Hi everyone.
We would like to know about how to convert the XML generated by Software AG Designer.
See the example below:
<IDataXMLCoder version="1.0">
<record javaclass="com.wm.util.Values">
<value name="IFRESULT">Z</value>
<value name="IFMESSAGE">Great</value>
</record>
</IDataXMLCoder>
Is there a way to convert the above information to JSON?
We are currently developing a Python program that will try to do this conversion. But, first, we would like to know if this already exists.
Thanks in advance 
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services