ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a web service.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
WDTestRest: REST web service test tool
WDTestRest is used to test the calls to an HTTP REST web service or to run a Web API accessible by HTTP...
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the web service.
REST web service: Automatic request deserialization
In a REST Webservice, there can be entry points of various types...
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow...
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
VersionHTTP (Property)
The HTTPVersion property is used to manage the HTTP version used by the server....
SaaS administrator - Adding a site
Webservice in order to allow it to be used......
Configuring the SOAP administrator
Installing a SOAP server with Apache
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Installing a SOAP server with IIS
Installing a SOAP server with Netscape iPlanet 4.1
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Pre-launched sessions
A pre-launched session is a session of a Web site (or webservice) automatically started on the Web...
5. Project configuration
Developing a SaaS site
A SaaS site is developed as a standard WEBDEV site. Some additional operations must be performed......
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions......
SOAP functions (prefix syntax)
List of SOAP functions...
WINDEV and the SOAP protocol
SOAP functions
List of SOAP functions...
SOAP web services: Import and consumption
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import web services...
ERR_NO_APPLICATION
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser,...
SOAP constants
List of constants used by the SOAP functions....
Creating, generating and deploying a web service
WINDEV and WEBDEV allow you to directly generate web services that use the SOAP technology......
<restRequest variable>.Send (Function)
Sends a REST request and waits for the server response.
1
2
3
4
5
6
10
>