[jboss-user] [JBossWS] - Re: ...Port does not contain operation meta data for: {http:
helmutdoe
do-not-reply at jboss.com
Thu Jul 3 17:54:00 EDT 2008
Hi
i tried several combinations of modifing jboss-wsse-*.xml
| <port name="LottoEJBWSPort">
| <operation name="{urn:com:tools:wsse}setValue">
| <config>
| <sign type="x509v3" alias="s1as" includeTimestamp="false">
| <targets>
| <target type="qname">setValueResponse</target>
| </targets>
| </sign>
| <encrypt type="x509v3" alias="s1as">
| <targets>
| <target type="qname">setValueResponse</target>
| </targets>
| </encrypt>
| <requires>
| <signature/>
| <encryption/>
| </requires>
| </config>
| </operation>
| </port>
|
|
unfortunately the result is the same. in this example http://wiki.jboss.org/wiki/WSSecurityComplexExample i saw that for respose elements a typeNamespace has been setted. Since i work with JAXWS i didnt found the annotation to activate this.
Thanks in advance ....
if it is a Bug how can i report it?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162406#4162406
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162406
More information about the jboss-user
mailing list