AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Comunicación / SOAP
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Adds an XML signature to a web service request.
Note: This is an advanced function.. It is mainly used when managing the Sesam Vitale web service.
Ejemplo
Param is ParamRequest
MyRequestProc is wsRequest
MyRequestProc.AddXMLSignature(Param.Assertion.Signature, MySignature)
MyProc(MyRequestProc, Param, "Hello ")
Sintaxis
<Result> = <Request>.AddXMLSignature(<Signature location> , <Signature>)
<Result>: Integro
  • Index of the added signature,
  • -1 if an error occurred.
<Request>: Variable wsRequest
Name of the wsRequest variable corresponding to the request into which a signature must be added.
<Signature location>: Variable generada por la importación de un servicio web
XSD entity into which the signature "ds:Signature" must be added.
<Signature>: Variable de tipo xmlSignature
Name of the xmlSignature variable corresponding to the signature to add.
Componente: wd300xml.dll
Versión mínima requerida
  • Versión 24
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

Señalar un error o enviar una sugerencia | Ayuda local