|
|
|
|
|
<wsRequest variable>.addXMLSignature (Función) 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.
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.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|