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...
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
WDTestRest: REST web service test tool
WDTestRest allows you to test calls to an HTTP REST web service or to run a web API accessible via HTTP...
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a web service.
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
CancelWebserviceContext (Function)
Deletes from the web service context a variable added by DeclareWebserviceContext.
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
WebserviceClientIPAddress (Function)
Returns the IP address of the computer using and calling the 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).
gpwRemoteConnect (Function)
Allows connecting to the application via the User Groupware Webservice.
wsRequest (Type of variable)
The wsRequest type is used to define the advanced characteristics of a Webservice.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a Webservice to run.
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.
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).
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow...
Optional parameters
Some of the parameters passed to a procedure can be optional parameters......
SaaS administrator - Adding a site
Webservice in order to allow it to be used......
1
2
3
4
5
6
8
>