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.
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.
The following statement gets the first header key found in the SOAP header.
SET header_key = NEXT_SOAP_HEADER( NULL ); |
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |