ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Web services
22 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 webservice context a variable added by DeclareWebserviceContext.
WINDEV allows you to easily manage the SOAP protocol by allowing you to create...
A REST WebService is a program hosted on a server containing functions accessible via HTTP requests...
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 Webservice.
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards...
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services into your applications...
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called...
REST web service APIs can be described using OpenAPl files...
In a REST Webservice, an entry point can have several types...
WDTestRest is used to test the calls to an HTTP REST Webservice or to run a Web API accessible by HTTP...
Web service functions
Returns the IP address of the computer using and calling the Webservice.
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 of a REST web service.
Indicates the MIME type of the response returned by the web service (case of a call to a REST web service).