xml.CryptoX509.save

Saves the CryptoX509 certificate into a XML document with ds:X509Data as root node according to the XML-Signature specification.

Syntax

save()
  RETURNING object xml.DomDocument

Usage

(See also the RetrievalMethod feature)

Returns an xml.DomDocument object.

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