|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
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 Webservices 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...
|
|
|
|
|
|
|
Webservice management 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 Webservice request.
|
|
|
|
|
|
|
Reads the HTTP header received in a call to a SOAP or REST Webservice.
|
|
|
|
|
|
|
Returns the MIME type of the request received during a call to a REST Webservice.
|
|
|
|
|
|
|
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
|
|
|
|
|
|
|
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
|
|
|
|
|
|
|
Adds an additional HTTP header to a request of a REST Webservice.
|
|
|
|
|
|
|
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|