Hello,
i did it,
and i got the attachment inlined in the soap body
encrypted (is it right?).

Be sure you annotated the service implementation class


  | @BindingType(javax.xml.ws.soap.SOAPBinding.SOAP11HTTP_MTOM_BINDING)
  | @EndpointConfig(configName = "Standard WSSecurity Endpoint")
  | public class ServiceCipheredSignedImpl implements
  |                                                                   
ServiceCipheredSigned {
  | 
  |   // Bla bla ...
  | 
  | }
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056754#4056754

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056754
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to