Returns the body of the HTTP request in binary form. For example, in a POST request, this is the raw POST data.
HTTP_BODY( )
None
LONG VARCHAR
The HTTP request is returned in binary form; no character set conversion is performed on it.
If the request body does not exist, or if the function is not called from a web service, a NULL value is returned.
SQL/2003 Vendor extension.
For more information about HTTP requests and web services, see SQL Anywhere web services.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |