ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Category: Web service functions
16 results
apiRequest (Type of request)
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.
apiResponse (Variable type)
The apiResponse type is used to get the result of a request sent to a previously imported REST API.
Versions 2025 and later
Note: This variable type is only available from version 2025 - Update 2.
New in SaaS
Note: This variable type is only available from version 2025 - Update 2.
New in version 2025
Note: This variable type is only available from version 2025 - Update 2.
Note: This variable type is only available from version 2025 - Update 2.
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
How to include the SESAM VITALE services?
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...
Web service functions
Web service functions
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the web service.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST web service.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST web service.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received when calling a REST web service.
WebserviceReadUserToken (Function)
Gets the access token received by the web service currently running.
WebServiceSendChunk (Function)
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.
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST web service function is completed.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST web service function.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request to a web service (REST or SOAP).
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the web service (case of a call to a REST web service).