SWIFT Module 7.1 SP10.July 2020 | Package Services | WmFIN Package Services | wm.unifi Folder | wm.unifi.convertXMLtoIData
 
wm.unifi.convertXMLtoIData
Deprecated. This service converts an XML message into IData and validates it against schema and the generic rule book.
Input Parameters
xmldata
String XML message.
MXIdentifier
String The fully qualified name of the IS schema name for the specified XML document, for example, wm.xmlv2.doc.camt_007_002_01:schema_camt_007_002_01.
validate
String Indicates whether to validate this XML message against an XML schema and the SWIFT generic rule book. Valid values are true and false.
Output Parameters
document
IData IData representing the XML input data.
isValid
String Indicates whether the XML data is a valid MX message. A value of true signifies the message is valid. A value of false signifies the message is not valid.
errors
IData List of errors, if any.