> Hi, > > I have a SOAPMessage that uses <wsse:Security /> element with the > mustUnderstand="1" attribute. I created it in the client using rampart. > > Now, in the service, I would like to manage the ws-security header by > myself, > without using rampart and without writing my own handler, just in the > method of the webservice itself, using the SOAPHeaderBlock interface. > > Now the problem is that the method of my webservice is not invoked, > axis2 throws an AxisFault before invoking the method. Yes that is the expected behavior , if you have SOAP header and if Axis2 unable to process that when it come to Message Receiver. Then thats mean there was no any handler who can understand that message so Axis2 will not give the message to service and throws an exception
Thanks Deepal --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
