Developer Tools
SOAP Formatter
Format SOAP XML with readable indentation.
Input
SOAP Formatter
soapxmlformatterapi
Output
Formatted SOAP
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<GetTool>
<Id>42</Id>
</GetTool>
</soap:Body>
</soap:Envelope>
Related tools
WSDL Formatter
Format WSDL XML into readable, indented markup.
JSON Formatter
Pretty-print raw JSON with configurable indentation.
XML Formatter
Pretty-print XML with configurable indentation.
XML to JSON
Parse XML and return JSON output.
HTML Formatter
Pretty-print HTML with consistent indentation.
JavaScript Formatter
Pretty-print JavaScript snippets with readable spacing.