ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: SOAP
28 results
Adds a SAML assertion to a Webservice request.
Adds an XML signature to a Webservice request.
Adds an attribute to an automatic variable generated by the import of a Webservice.
WINDEV include several SOAP functions...
Constants used by the XML signature
The SOAP Server application is an application containing all the procedures to run...
List of constants used by the SOAP functions.
List of SOAP functions
List of SOAP functions
Adds an attribute to an automatic variable generated by the import of a Webservice.
Adds a header to the next SOAP function of a web service to run.
Adds a SAML assertion to a Webservice request.
Adds an XML signature to a Webservice request.
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
Returns the error of the last SOAP procedure that failed.
Retrieves a header in the SOAP message received further to a call to a Webservice.
Returns the result of the last SOAP procedure that was successfully run.
Builds the SOAP request for calling a Webservice function.
Runs a procedure on a SOAP server.
Runs a procedure on a SOAP server.
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.
To pass parameters to a procedure run on a SOAP server, WINDEV is using the following structure...
The wsRequest type is used to define the advanced characteristics of a Webservice.
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).
The xmlSignature type is used to define the advanced characteristics of an XML signature.
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
The xmlSignatureReference type is used to add a reference section into the XML signature.