Returns the next header key in a SOAP request header.
NEXT_SOAP_HEADER( header-key )
header-key The XML local name of the top level XML element for the given header entry.
LONG VARCHAR
If you specify NULL for the header-key, the function returns the header key for the first header entry found in the SOAP header.
This function returns NULL if called with the last header-key.
SQL/2003 Vendor extension.
When used within a stored procedure that is called by an HTTP web service, the following statement returns the first header key found in the SOAP header.
SET header_key = NEXT_SOAP_HEADER( NULL ); |
Envoyer votre avis sur cette page par email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |