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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to