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: Widget pool names are not case-sensitive.

Notes

See also

SOAP-header object handle