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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...