ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Web services
16 results
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.
Deletes from the web service context a variable added by DeclareWebserviceContext.
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology...
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...
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications...
Web service functions
Returns the IP address of the computer using and calling the web service.
Retrieves the access token received by the web service currently running.
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.
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).