Using SOAP Headers

Even if you have done some fairly involved development of a Jade web service, there is a possibility that you have never bothered with SOAP headers. In fact, it is not uncommon to put information in the body of your SOAP message that really should be in the header section of your message.

In the following subsections, we will look at what sort of information should go into the header, how you can read and write message headers in the Jade web services framework, and how you can add to the current SOAP infrastructure by using SOAP headers.