SWIFT Module 7.1 SP10.July 2020 | Package Services | WmSWIFTNetClient Package Services | wm.swiftnet.client.util Folder | wm.swiftnet.client.util:formatXML
 
wm.swiftnet.client.util:formatXML
This service formats an XML string by appending the following namespace declarations: “Sw,” “SwInt,” “SwGbl,” and “SwSec.” If these namespaces are not appended to the root tag, the incoming XML response primitives cannot be converted into IData objects in Integration Server.
Input Parameters
xmlRequest
String XML string to be formatted with namespaces.
Output Parameters
formattedXML
String XML string with namespaces appended after the root tag.