ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

HTTP functions (prefix syntax)
List of HTTP functions
Setup by HTTP (Network setup via IP)
The network setup via HTTP consists in installing and updating a WINDEV application via an HTTP server (Live update)...
HTTP functions
List of HTTP functions
<httpRequest variable>.SendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
Attention: This function is available in Android only from version "April 2026".
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
HTTPSendAsynchronous (Function)
Sends an HTTP request in asynchronous mode. This means the program continues to run and the response is processed by a specific procedure.
Attention: This function is available in Android only from version "April 2026".
HTTPTimeOut (Function)
Sets the timeout for WLanguage functions that use the HTTP protocol (HTTPRequest, SOAPExecute, DotNetExecute, J2EEExecute, etc.).
HTTPSend (Function)
Sends an HTTP request and waits for the response from the HTTP server.
HTTPRequest (Function)
Starts an HTTP request on a server.
<httpRequest variable>.Send (Function)
Sends an HTTP request and waits for the response from the HTTP server.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
GglListContact (Function)
Retrieves the list of contacts associated with the specified Google account.
2. Modes to install an application
WINDEV and the SOAP protocol
GglDelete (Function)
Deletes data from the Google server.
WBAdminAuth (Variable type)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used...
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
gglContactGroup (Type of variable)
The gglContactGroup type is used to describe and modify a group of contacts used by the Google...
Step 1: Choosing the deployment profile
The setup program creation wizard allows you to select the deployment profile to use......
Installing a SOAP server with Netscape iPlanet 4.1
BrowserShare( Function)
Starts native device sharing.
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
OAuth2Parameters (Type of variable)
The OAuth2Parameters type is used to define the information required to authenticate on a web...
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......