com.HTTPPart.getContentAsDomDocument

Returns the HTTP part as a XML document.

Syntax

getContentAsDomDocument()
  RETURNING domDocument xml.DomDocument

Usage

Returns the HTTP part as a XML document.

To be used via methods: com.HTTPResponse.getPart, com.HTTPResponse.getPartCount, and com.HTTPResponse.getPartFromContentID

The error -15573 is raised if the part cannot be converted to a XML DomDocument.