Document

Perform operations on documents in the pipeline.

documentToXMLValues

WmPublic. Converts a document (IData object) to a String by encoding it in the webMethods XMLValues format.

Input parameters for documentToXMLValues

document: Document. Document (IData object) to convert. This document can contain any number of other fields, lists, and other documents.

Output parameters for documentToXMLValues

xmlvalues: String. String representation of the document parameter, encoded in the webMethods XMLValues format.

Usage notes for documentToXMLValues

To convert the encoded String back into an document object, use the XMLValuesToDocument service.

XMLValuesToDocument

Decodes a String containing an XMLValues-encoded document and produces a document.

Input parameters for XMLValuesToDocument

xmlvalues: String. An XMLValues encoding of a document.
Important: This string must contain XMLValues encoding of a document. No other encoding format is accepted.

Output parameters for XMLValuesToDocument

document: Document. Document result of the decoding of xmlvalues.