Request header handler for passing a globally-created header object
- Last Updated: June 1, 2021
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
This is the SOAP request header handler (ReqHandler) that passes the global
SOAP request header created by the client and the Web service for each request:
Request header handler passing a client-created SOAP request header
|
The code in the preceding example:
- Sends the SOAP request header for the
HelloMyWorldrequest (and any subsequent request). - Passes the global SOAP header the request header output parameter and ensures that it is not deleted until the client mainline has finished with it.