Developer Tools
WSDL Formatter
Format WSDL XML into readable, indented markup.
Input
WSDL Formatter
wsdlxmlformattersoap
Output
Formatted WSDL
<definitions name="ToolService">
<message name="GetToolRequest">
<part name="id" type="xsd:int"></part>
</message>
</definitions>
Related tools
SOAP Formatter
Format SOAP XML with readable indentation.
XML Formatter
Pretty-print XML with configurable indentation.
JSON to XML
Convert JSON objects into XML markup.
JavaScript Formatter
Pretty-print JavaScript snippets with readable spacing.
JSON Formatter
Pretty-print raw JSON with configurable indentation.
SQL Formatter
Make messy SQL readable with keyword casing and line breaks.