ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Category: SOAP
26 results
<wsRequest variable>.AddSAMLAssertion (Function)
Adds a SAML assertion to a web service request.
<wsRequest variable>.addXMLSignature (Function)
Adds an XML signature to a web service request.
<xsdEntity variable>.AddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
Client application: Running procedures on a SOAP server
WINDEV include several SOAP functions...
Constants used by the XML signature
Constants used by the XML signature
SOAP constants
List of constants used by the SOAP functions.
SOAP functions
List of SOAP functions
SOAP functions (prefix syntax)
List of SOAP functions
SOAPAddAttribute (Function)
Adds an attribute to an automatic variable generated by the import of a web service.
SOAPAddHeader (Function)
Adds a header to the next SOAP function of a web service to run.
SOAPAddSAMLAssertion (Function)
Adds a SAML assertion to a web service request.
SOAPAddXMLSignature (Function)
Adds an XML signature to a web service request.
SOAPEncodeResult (Function)
Used to configure the format of the value returned by the WINDEV SOAP server to the SOAP client program.
SOAPError (Function)
Returns the error of the last SOAP procedure that failed.
SOAPGetHeader (Function)
Retrieves a header in the SOAP message received further to a call to a web service.
SOAPGetResult (Function)
Returns the result of the last SOAP procedure that was successfully run.
SOAPPrepare (Function)
Builds the SOAP request for calling a web service function.
SOAPRun (Function)
Runs a procedure on a SOAP server.
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
SOAPToHTTP (Function)
Builds the HTTP request to call a function of a web service. This request can be modified to adapt it to the expectations of the web service, if necessary. It can then be sent using HTTPSend.
The SOAP structure
To pass parameters to a procedure run on a SOAP server, WINDEV uses the following structure...
WINDEV and the SOAP protocol
wsRequest (Variable type)
The wsRequest type is used to define the advanced characteristics of a web service.
wsResponse (Variable type)
The wsResponse type is used to get:
  • the XML source code of the web service response.
  • the value of the different parts of the web service response (for the web services returning several responses).
xmlSignatureInformationKeyX509 (Variable type)
The xmlSignatureInformationKeyX509 type is used to define the information that must be included in the KeyInfo section of the XML signature.
xmlSignatureReference (Variable type)
The xmlSignatureReference type is used to add a reference section into the XML signature.