|
|
|
|
|
|
Category: Web service functions |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The apiRequest type is used to define all the advanced characteristics of a request executed via a REST web service imported using the OpenAPI documentation. |
|
|
|
|
|
|
The apiResponse type is used to get the result of a request sent to a previously imported REST API. Versions 2025 and laterNote: This variable type is only available from version 2025 - Update 2. New in SaaSNote: This variable type is only available from version 2025 - Update 2. New in version 2025Note: This variable type is only available from version 2025 - Update 2. Note: This variable type is only available from version 2025 - Update 2. |
|
|
|
|
|
|
Used to declare a list of variables whose value will be persistent between the successive calls to a web service. |
|
|
|
|
|
|
From version 18 of WINDEV, the import of web services includes the necessary tools to allow the consumption of secure web services used to manage the Sesam Vitale cards... |
|
|
|
|
|
|
Returns the IP address of the computer using and calling the web service. |
|
|
|
|
|
|
Gets the value of a parameter in a call to a SOAP or REST web service. |
|
|
|
|
|
|
Reads the HTTP header received in a call to a SOAP or REST web service. |
|
|
|
|
|
|
Returns the MIME type of the request received when calling a REST web service. |
|
|
|
|
|
|
Gets the access token received by the web service currently running. |
|
|
|
|
|
|
Enables a REST web service to immediately return a chunk of the response to the client (before the end of execution of the endpoint). This new function is available from WINDEV Suite SaaS 2025 - Update 4. |
|
|
|
|
|
|
Specifies the custom HTTP code that will be returned when the execution of the REST web service function is completed. |
|
|
|
|
|
|
Specifies the HTTP code that will be returned at the end of the execution of the REST web service function. |
|
|
|
|
|
|
Adds an additional HTTP header to a request to a web service (REST or SOAP). |
|
|
|
|
|
|
Indicates the MIME type of the response returned by the web service (case of a call to a REST web service). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|