A SOAP message can have at most one soap:Header element, but that
element can have any number of children. The getHeaders method in Axis
returns the children of soap:Header, while in Axis2, SOAPHeader
represents the soap:Header element itself. To add individual headers
(also called SOAPHeaderBlocks
Hi All,
I am moving from axis/java to axis2/java. I am encountering a few issues. One
of them has to do with soap headers in soap envelope.
In axis/java, I used to do like this:
Vector headers = soapenvelope.getHeaders();
This is to get all the soap headers (soap:header) from a soap en