Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Document Folder | Summary of Elements in this Folder | pub.document:documentToXMLValues
 
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.
If the watt.server.xmlCoder.getUndefinedDataTypeClassName server configuration parameter is set to true, the xmlvalues output includes the class name of an unsupported data type in the XML document.