1. Beautifying a Minified SOAP API Response
Backend DeveloperBackground
A developer receives a minified, single-line XML response from a legacy SOAP service and needs to inspect the nested elements.
Problem
The raw XML is unreadable, making it difficult to locate specific data nodes and debug a payload mismatch.
How to use
Paste the minified XML into the input area, set the Mode to 'Beautify', choose an Indent Size of 4, and ensure 'Preserve Comments' is checked.
{"indentSize": 4, "mode": "beautify", "preserveComments": true}Outcome
The XML is formatted into a clean, hierarchical structure with 4-space indentation, making the nested elements easy to read.