Hi,

I have a service with a in-out operation which is treated by
RawXMLINOutMessageReceiver.
I want to add a SOAP header in the response envelope, but
RawXMLINOutMessageReceiver calls the operation method
(signature: public OMElement operationName(OMElement body)) inside
invokeBusinessLogic() first, and afterwards it creates a new SOAP envelope
for the new message context. So I cannot access
newMsgCtxt.getEnvelope.getHeader.addChild... inside my operation handler
method.

How can I add a SOAP header at server-side?
Thanks, Andreas Bobek.


Reply via email to