Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - SQL Reference » Using SQL » SQL functions » Alphabetical list of functions

 

HTTP_BODY function [HTTP]

Returns the body of the HTTP request in binary form. For example, in a POST request, this would be the raw POST data.

Syntax
HTTP_BODY( )
Parameters

None

Remarks

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.

See also
Standards and compatibility
  • SQL/2003   Vendor extension.

Example

For more information about HTTP requests and web services, see SQL Anywhere web services.