AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Versión: 2026

Categoría: SOAP
26 resultados
<wsRequest variable>.AddSAMLAssertion (Función)
Añade una aserción SAML a una solicitud de servicio web.
<wsRequest variable>.addXMLSignature (Función)
Añade una firma XML a una solicitud de servicio web.
<xsdEntity variable>.AddAttribute (Función)
Añade un atributo a una variable automática generada por la importación de un servicio web.
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
La estructura SOAP
Para pasar parámetros a un procedimiento ejecutado en un servidor SOAP, WINDEV utiliza la siguiente estructura...
Funciones SOAP
Lista de funciones SOAP
Funciones SOAP (sintaxis con prefijo)
Lista de funciones SOAP
SOAP constants
Lista de constantes utilizadas por las funciones SOAP.
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 (Función)
Añade una firma XML a una solicitud de servicio web.
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 (Función)
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.
WINDEV and the SOAP protocol
wsRequest (Tipo variable)
El tipo wsRequest define las características avanzadas de un servicio web.
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 (Tipo variable)
El tipo xmlSignatureInformationKeyX509 define la información que se debe incluir en la parte KeyInfo de la firma XML.
xmlSignatureReference (Tipo variable)
El tipo xmlSignatureReference permite agregar una parte referencia en la firma XML.