AW: [Axis2-0.94] add SOAP header at server-side

2006-02-27 Thread Andreas Bobek
Ok, I'll do it this way. Thank you, Andreas. > Hi, > The Axis2 programming model does not anticipate you to > manipulate SOAP headers in the web service > implementation(i.e. inside your operation) Header > manipulation is normally done in the handler chain(INFLOW or > OUTFLOW) using Axis2 h

Re: [Axis2-0.94] add SOAP header at server-side

2006-02-27 Thread Chathura Herath
Hi, The Axis2 programming model does not anticipate you to manipulate SOAP headers in the web service implementation(i.e. inside your operation) Header manipulation is normally done in the handler chain(INFLOW or OUTFLOW) using Axis2 handlers. In this case i believe you need to write an handler and

[Axis2-0.94] add SOAP header at server-side

2006-02-27 Thread Andreas Bobek
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() firs