xml.Signature.RetrieveObjectDataListFromSignatureNode
Returns a DomNodeList containing all embedded XML nodes related to the signature object
Syntax
xml.Signature.RetrieveObjectDataListFromSignatureNode(
signNode xml.DomNode,
index INTEGER )
RETURNS xml.DomNodeList
- signNode defines the XML Signature xml.DomNode.
- index defines the index of the signature object.
Usage
This method returns a xml.DomNodeList containing all embedded XML nodes related to the signature object specified by the index index within the XML signature node, signNode.
In case of error, the method throws an exception and sets the
status
variable. Depending on the error, a human-readable description of the
problem is available in the sqlca.sqlerrm
register. See Error handling in GWS calls (status).