ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

REST Services: Prologue procedure (executed before each call)
It is now possible to specify in the description of a Webservice that a procedure must be called (and executed automatically) each time a Webservice is called......
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the Webservice.
WebserviceWriteHTTPHeader (Function)
Adds an additional HTTP header to a request of a REST Webservice.
AppServerAddScheduledTask (Function)
Adds a new scheduled task to the application (site or webservice).
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a Webservice.
AppServerDeleteScheduledTask (Function)
Deletes a scheduled task associated with the application (site or Webservice).
AppServerListScheduledTask (Function)
Returns the list of scheduled tasks for the application (site or Webservice).
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a Webservice.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
Webservice management functions
Webservice management functions...
SaaSAdminListSite (Function)
Lists the SaaS sites declared in the database of a WEBDEV SaaS Webservice.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received during a call to a REST Webservice.
WebserviceParameter (Function)
Gets the value of a parameter in a call to a SOAP or REST Webservice request.
WebserviceReadHTTPHeader (Function)
Reads the HTTP header received in a call to a SOAP or REST Webservice.
dbgConnect (Function)
Used to connect a remote debugger to an application, service, Webservice, etc.
AuthImportToken( Function)
Creates a webservice access token from an description token in JSON format.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
WebserviceWriteHTTPCode (Function)
Specifies the HTTP code that will be returned at the end of the execution of the REST Webservice function.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Configuring the SOAP administrator
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice function is completed.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
1
2
3
4
5
6
19
>