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.
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).
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).
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any 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.
SaaSAdminListSite (Function)
Lists the SaaS sites declared in the database of a WEBDEV SaaS 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...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice...
WebserviceWriteCustomHTTPCode (Function)
Specifies the custom HTTP code that will be returned when the execution of the REST Webservice...
appServerScheduledTask (Type of variable)
... through programming (for a site or a webservice).
1
2
3
4
5
6
10
>