A client needed to feed a modern REST API response into a government procurement system that only accepted SOAP XML. The REST endpoint returned clean JSON. The government system expected properly namespaced XML with specific element ordering. Formly's JSON to XML converter handled the translation on the first try.
Modern APIs speak JSON. Government and enterprise systems speak XML. When you need to connect the two, do not write a custom transformation script. Use the converter →