ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

REST web service: Automatic request deserialization
In a REST Webservice, there can be entry points of various types...
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.
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a web service.
SQLGetTextMemo (Function)
Retrieves the content of a Text Memo column found in the query result, for the current line.
SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
9. Generation modes
WINDEV Mobile includes different types of generation......
14. Generation modes
Generation modes...
SQLColumnFormat (Function)
Returns the different types of columns supported: by the data source identified by SQLConnect...
SQLExec (Function)
Names and runs an SQL query.
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current...
WEBDEV administrator: General configuration
The "Configuration" tab is used to define the default connection options for the WEBDEV sites found...
DeclareWebserviceContext (Example)
Usage example of the DeclareWebserviceContext function...
Push notification
A mobile device can receive push notifications......
SOAPAddSAMLAssertion (Example)
Usage example of the SOAPAddSAMLAssertion function
saasClient (Type of variable)
The saasClient type is used to define the advanced characteristics of a SaaS client account.
OpenIDReadIdentity (Function)
Retrieves the identity of a user contained in an AuthToken variable.
WEBDEV administrator: WebSocket servers installed
The "WebSockets" tab provides information about the WEBDEV WebSocket servers installed...
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists...
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable...
SaaS administrator - Dashboard
The dashboard of the SaaS Administrator is used to quickly view the main information regarding...
SQLFirst (Function)
Positions on the first row of the query result.
After
They After keyword can correspond to:
WEBDEV administrator: Installed sites
The "Sites" tab gives information about the dynamic WEBDEV sites installed on the computer......
12. Retrieving data from a site
1
4
5
6
7
8
10
>