pub.document:documentToXMLValues
WmPublic. Converts a document (IData object) to a String by encoding it in the webMethods XMLValues format.
Input Parameters
document | Document Document (IData object) to convert. This document can contain any number of other fields, lists, and other documents. |
Output Parameters
xmlvalues | String String representation of the document parameter, encoded in the webMethods XMLValues format. |
Usage Notes
To convert the encoded String back into an IData object, use the
pub.document:XMLValuesToDocument service.