SOAP-header-entryref object handle
A handle to a SOAP-header-entryref object.
Note: Does not apply to SpeedScript programming.Syntax
soap-header-entryref-handle
attribute
method
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 alsoCREATE SOAP-HEADER-ENTRYREF statement, SOAP-header object handle
OpenEdge Release 10.2B
|