|
|
|
|
|
SOAPAddXMLSignature (Function) In french: SOAPAjouteSignatureXML 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. Param is ParamRequest MyRequestProc is wsRequest SOAPAddXMLSignature(MyRequestProc, Param.Assertion.Signature, MySignature) MyProc(MyRequestProc, Param, "Hello ")
Syntax
<Result> = SOAPAddXMLSignature(<Request> , <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. Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|