CREATE SOAP-HEADER statement
Creates an instance of a SOAP-header object dynamically at run time, and assigns its handle to the specified handle variable.
Syntax
handle
IN WIDGET-POOLwidget-pool-name
Notes
- Use the SOAP-header object to pass an input parameter to a response callback procedure and an output parameter to a request callback procedure. The SOAP HEADER object passed to the response callback is implicitly created by the AVM. In order to pass a SOAP HEADER object back from the request callback, the application needs to explicitly create it or use an object that it has previously saved.
- The SOAP-header object is either implicitly created by the AVM or explicitly created by the application using the CREATE SOAP-HEADER statement. In either case, the application is responsible for deleting the object.
You can delete a SOAP-header object and its underlying XML in one of two ways. You can:For more information about deleting SOAP-header objects, see OpenEdge Development: Web Services.See also
OpenEdge Release 10.2B
|