Hi, I am creating a Webservice in SQL-Anywhere 10 and I want to let this service be called with POST method, and pass the parameters within the body of the HTTP request. I get an error message when I use the HTTP_BODY function Procedure 'HTTP_BODY' not found, whereas the function HTTP_HEADER does work in the same version of DB. Is this a version problem, or missusing of the function?
|
According to the published docs, that function was introduced with SQL Anywhere 11.0. Isnt there another alternative / workaround to extract the body of a HTTP Request in Version 10?
(06 Dec '19, 08:13)
Baron
|