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.
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV...
StringDisplay (Function)
Returns a specific string (or a buffer) to the client browser in response to a request.
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Pre-launched sessions
A pre-launched session is a session of a Web site (or web service) automatically started on the Web...
Compilation statement: IF ExecutionTarget
The <IF ExecutionTarget> compile statement allows you to compile or not compile a WLanguage code...
Setting up a WEBDEV cluster
With the WEBDEV Application Server in version 27, you can create server clusters with ease......
REST web services: Description and features
You can edit REST web services created with WINDEV or WEBDEV using the REST web service editor......
The different WEBDEV Application Servers
WEBDEV includes several WEBDEV Application Servers......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according...
JSONExecuteExternal (Function)
Calls an external server URL that returns data in JSON format (JavaScript Object Notation).
Deploying a site (from the development computer)
Regardless of the type of site created by WEBDEV (static site or dynamic site), WEBDEV Development...
Remote WEBDEV administrator: Server settings
The server administrator can define the server parameters via the remote administration tool......
Proxy (Function)
Specifies whether the communication functions that use HTTP or HTTPS must go through a proxy...
Accessing a database via a web service
The database can be accessed via a web service......
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Remote WEBDEV administrator: Configuration to use the statistics
A specific account dedicated to the management of statistics is required to access the statistical...
Remote WEBDEV administrator: Personal information
The remote management tool is used to check and modify (if necessary) your personal information....
FileDisplay (Function)
Displays a file in the browser of Web user.
Hosting parameters
The hosting parameters define the default values that will be used to create the new hosting...
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
2. Examples provided with WINDEV
The examples provided with WINDEV are intended to help you learn the features of WINDEV....
SOAPRun (Function)
Runs a procedure on a SOAP server.
1
6
7
8
9
10
>