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
  1. signNode defines the XML Signature xml.DomNode.
  2. 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).