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.
Webservice management functions
Webservice management functions...
Creating and using a REST Webservice
A REST WebService is a program hosted on a server containing functions accessible via HTTP...
Installing a Webservice (old format)
5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
Remote WEBDEV administrator: Configuration of a Webservice or a WEBDEV site in Session mode
To view the configuration of a specific Webservice or WEBDEV site in Session mode from the remote...
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed...
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST...
wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value...
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt...
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
SaaSAdminListUser (Function)
Lists the users of the SaaS Webservice database.
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
<wsRequest variable>.AddSAMLAssertion (Function)
Adds a SAML assertion to a Webservice request.
<wsRequest variable>.addXMLSignature (Function)
Adds an XML signature to a Webservice request.
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
SaaSAdminListClient (Function)
Lists the client accounts of SaaS Webservice database.
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...
1
2
>