[jboss-user] [JBossWS] - Re: WS security : Unprocessed 'mustUnderstand' header elemen

davideling do-not-reply at jboss.com
Tue Jul 3 11:14:55 EDT 2007


Hi Angelo,
I suppose Your service isn't enabled to receive WS-Security SOAP envelopes.

Have you the @EndpointConfig annotation in your code?


  | @WebService(endpointInterface="myPackage.SayHelloCiphered",
  | 		serviceName="SayHelloCiphered",
  | 		portName="SayHelloCipheredSOAP",
  | 		targetNamespace="http://www.tai.it/SayHelloCiphered"
  | )
  | @EndpointConfig(configName = "Standard WSSecurity Endpoint")
  | public class SayHelloCipheredImpl implements SayHelloCiphered {
  |    //...
  | }
  | 


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060025



More information about the jboss-user mailing list