AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / SOAP
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
<wsRequest variable>.addXMLSignature (Function)
In french: <Variable wsRequête>.AjouteSignatureXML
Adds an XML signature to a Webservice request.
Remark: This function is an advanced function. It is mainly used when managing the Sesam Vitale Webservice.
Example
Param is ParamRequest
MyRequestProc is wsRequest
MyRequestProc.AddXMLSignature(Param.Assertion.Signature, MySignature)
MyProc(MyRequestProc, Param, "Hello ")
Syntax
<Result> = <Request>.AddXMLSignature(<Signature location> , <Signature>)
<Result>: Integer
  • Index of the added signature,
  • -1 if an error occurred.
<Request>: wsRequest variable
Name of the wsRequest variable corresponding to the request into which a signature must be added.
<Signature location>: Variable generated by the import of a Webservice
XSD entity into which the signature "ds:Signature" must be added.
<Signature>: xmlSignature variable
Name of the xmlSignature variable corresponding to the signature to add.
Component: wd290xml.dll
Versión mínima requerida
  • Versión 24
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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