| The WebService class / com.WebServices methods | |
Registers the record variable for HTTP input.
registerInputHTTPVariable( http-in http-in-type )
RECORD
verb STRING,
url STRING,
headers DYNAMIC ARRAY OF RECORD
name STRING,
value STRING
END RECORD
END RECORD
The registerInputHTTPVariable() method registers a program variable with a specific structure, that will be filled with the HTTP request headers when a Web Operation arrives.
In case of error, the method throws an exception and sets the STATUS variable. Depending on the error, a human-readable description of the problem is available in the SQLCA.SQLERRM register. See Error handling in GWS calls (STATUS).