Previous Next

SOAP-header-entryref object handle
A handle to a SOAP-header-entryref object.
Note:
Syntax 
 
soap-header-entryref-handle [ :attribute | :method ]
soap-header-entryref-handle
A handle variable that references a SOAP-header-entryref object.
attribute
An attribute of the SOAP-header-entryref object.
method
A method of the SOAP-header-entryref object.
Attributes
 
Methods
 
Notes 
*
The application is responsible for deleting this object. Use the DELETE OBJECT statement to delete a SOAP-header-entryref object without deleting its underlying XML. To delete the XML underlying the SOAP-header-entryref object, without deleting the object, use the DELETE-HEADER-ENTRY() method.
*
You can use the GET-NODE( ) method to get an X-noderef object handle that refers to the XML that underlies a SOAP-header-entryref object. The application can then use this X-noderef object handle to access the underlying XML. The only restriction is that the application cannot use the X-noderef object handle retrieved from the SOAP-header-entryref object to access the X-document associated with the SOAP-header object. For more information, see OpenEdge Development: Web Services.
See also 
CREATE SOAP-HEADER-ENTRYREF statement, SOAP-header object handle

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