ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

wsResponse (Type of variable)
The wsResponse type is used to get: the XML source code of the Webservice response. the value of the different parts of the Webservice response (for the Webservices returning several responses)....
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 administrator:...
5. Webservices
WINDEV allows you to easily use Webservices (or XML Web services)....
Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
1. RAD (Rapid Application Development)
1. RAD (Rapid Application Development)
1. Windows generated using the RAD methodology
The RAD (Rapid Application Development) is used to create windows from......
Validating a page from a control that has no action on the server (List Box control, Combo Box, etc.)
By default, the validation of a page must be performed by a "Send the values of controls to the server (Submit)" button......
WEBDEV administrator: Installed Webservices
The "Webservices" tab gives information about the dynamic WEBDEV Webservices installed on the computer......
WebserviceWriteMIMEType (Function)
Indicates the MIME type of the response returned by the Webservice (case of a call to a REST Webservice).
Creating an application using the RAD methodology
The RAD (Rapid Application Development) is a technology used to easily create a full application (or site)......
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a Webservice. This request can be modified to adapt it to the expectations of the Webservice, if necessary. It can then be sent using HTTPSend.
Webservice management functions
Webservice management functions...
WDAPI overview
WDAPI simplifies the use of Windows APIs in a WINDEV application......
SaaSAdminFindSite (Function)
Find a site in the database of SaaS Webservice.
SaaSAdminListUser (Function)
Lists the users of the SaaS Webservice database.
SOAPAddXMLSignature (Function)
Adds an XML signature to a Webservice request.
SaaSAdminConnect (Function)
Connects and authenticates the administrator of the SaaS Webservice.
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.
SaaSAdminListClient (Function)
Lists the client accounts of SaaS Webservice database.
SOAPPrepare (Function)
Builds the SOAP request for calling a Webservice function.
CancelWebserviceContext (Function)
Deletes from the webservice context a variable added by DeclareWebserviceContext.