[jboss-user] [JBossWS] - Re: MTOM + WS Security = problem

davideling do-not-reply at jboss.com
Fri Jun 22 04:00:40 EDT 2007


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



More information about the jboss-user mailing list