|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Adds a SAML assertion to a web service request. |
|
|
|
|
|
|
|
| Adds an XML signature to a web service request. |
|
|
|
|
|
|
|
| Adds an attribute to an automatic variable generated by the import of a web service.
|
|
|
|
|
|
|
|
| WINDEV include several SOAP functions... |
|
|
|
|
|
|
|
| Constants used by the XML signature |
|
|
|
|
|
|
|
| List of constants used by the SOAP functions. |
|
|
|
|
|
|
|
| Adds an attribute to an automatic variable generated by the import of a web service.
|
|
|
|
|
|
|
|
| Adds a header to the next SOAP function of a web service to run. |
|
|
|
|
|
|
|
| Adds a SAML assertion to a web service request. |
|
|
|
|
|
|
|
| Adds an XML signature to a web service 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 web service.
|
|
|
|
|
|
|
|
| Returns the result of the last SOAP procedure that was successfully run. |
|
|
|
|
|
|
|
| Builds the SOAP request for calling a web service 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 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. |
|
|
|
|
|
|
|
| To pass parameters to a procedure run on a SOAP server, WINDEV uses the following structure... |
|
|
|
|
|
|
|
| Writes a message intended to another socket. |
|
|
|
|
|
|
|
| The wsRequest type is used to define the advanced characteristics of a web service. |
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|