xml.Signature.RetrieveObjectDataListFromSignatureNode

Returns a DomNodeList containing all embedded XML nodes related to the signature object of index ind in the XML Signature node sign.

Syntax

xml.Signature.RetrieveObjectDataListFromSignatureNode(
   sign xml.DomNode,
   ind INTEGER )
  RETURNING nodelist xml.DomNodeList
  1. sign is the XML Signature node.
  2. ind is the index of the signature object.

Usage

Returns a DomNodeList

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).