Q: How do a get/set headers in my web service code?

A: { { { You use the MessageContext object. } } }

Here is some example code

{{{ { { { // Get current message context } } }

Q: How do I set a header in the response to the client?

A: { { { Create a SOAPHeaderElement and add it to the SOAPEnvelope of the response message. } } }

{{{ { { { // Get current message context } } }

AxisProjectPages/WSDLJavaHeaderServer (last edited 2009-09-20 23:32:10 by localhost)