|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Añade una aserción SAML a una solicitud de servicio web. |
|
|
|
|
|
|
|
| Añade una firma XML a una solicitud de servicio web. |
|
|
|
|
|
|
|
| Añade un atributo a una variable automática generada por la importación de un servicio web.
|
|
|
|
|
|
|
|
| WINDEV include several SOAP functions... |
|
|
|
|
|
|
|
| Constants used by the XML signature |
|
|
|
|
|
|
|
| Para pasar parámetros a un procedimiento ejecutado en un servidor SOAP, WINDEV utiliza la siguiente estructura... |
|
|
|
|
|
|
|
| Lista de constantes utilizadas por las funciones SOAP. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Añade una firma XML a una solicitud de servicio web. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
| Construye la solicitud HTTP para llamar a una función de un servicio web. Esta solicitud puede modificarse para adaptarla a las expectativas del servicio web, si es necesario. Luego, podrá ser enviada utilizando la función HTTPSend. |
|
|
|
|
|
|
|
| El tipo wsRequest define las características avanzadas de un servicio web. |
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
|
|
| El tipo xmlSignatureInformationKeyX509 define la información que se debe incluir en la parte KeyInfo de la firma XML. |
|
|
|
|
|
|
|
| El tipo xmlSignatureReference permite agregar una parte referencia en la firma XML. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|