Previous Next

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 
 
CREATE SOAP-HEADER handle [ IN WIDGET-POOL widget-pool-name ]
handle
A variable of type HANDLE that represents the handle of the SOAP-header object.
IN WIDGET-POOL widget-pool-name
An expression of type CHARACTER that evaluates to the name of the widget pool in which the dynamic SOAP-header object is created.
Note:
Notes 
*
*
You can delete a SOAP-header object and its underlying XML in one of two ways. You can:
*
*
Set the lDeleteOnDone parameter in the request header callback procedure to TRUE, which directs the AVM to delete the SOAP header object after it copies the object’s contents to the outbound SOAP message.
For more information about deleting SOAP-header objects, see OpenEdge Development: Web Services.
See also 
SOAP-header object handle

Previous Next
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.