processRequestPostHeaders

processRequestPostHeaders();

The JadeWebServiceProvider class processRequestPostHeaders method enables you to process a request from the Web service consumer after the processRequest method has processed the SOAP headers for the request but before it has processed the body of the request.

If you reimplement the processRequest method by first calling the inheritMethod instruction, the SOAP headers and the body of the request have both been processed.