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.
WEBDEV administrator: Overview
The WEBDEV administrator is a module used to manage the dynamic WEBDEV websites......
Deploying a site on a PC SOFT test server
PC SOFT proposes to host your test sites......
Deploying a WEBDEV site to a remote WEBDEV Application Server or WEBDEV Cluster
Installing a WEBDEV site (in Session or AWP mode) on a remote Application Server requires......
HFSQL and Docker
Docker is a software platform that allows you to run applications in software containers on Linux...
Remote WEBDEV administrator: Managing statistics
... the traffic of your dynamic WEBDEV sites (standard and AWP) and Webservices deployed on a WEBDEV Application...
WDStatistics: Overview
WDStatistics is a tool used to perform statistical calculations regarding the traffic...
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current...
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists...
SQLNext (Function)
Positions on the next row of the query result.
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
Scope of procedures
The scope of a procedure defines whether it is public, private, etc......
SQLSeek (Function)
Positions on the specified result row of the query.
SQLClose (Function)
Declares the end of the query execution and frees the memory resources allocated...
ExceptionThrow (Function)
Artificially triggers the security mechanism of WLanguage by throwing an exception.
SQLModify (Function)
Modifies the content of a row in the query result.
SQLReqExists (Function)
Checks the existence of a query.
SQLPrevious (Function)
Positions on the previous row of the query result.
SQLGetMemo (Function)
Retrieves the content of a Memo column from the query result, for the current row.
SQLExecWDR (Function)
Runs the SQL code of a query created in the query editor.
SQLLast (Function)
Sets the position on the last row of the query result.
2. WEBDEV administrator in practice
SQLChangeConnection (Function)
Modifies the current connection.
SOAPAddXMLSignature (Example)
Usage example of the SOAPAddXMLSignature function
1
3
4
5
6
7
10
>