Error Message
WSDL Formatter helps to beautify unformatted or ugly WSDL descriptions language and helps to save and share WSDL.
WSDL (Web Services Description Language ) is xml based interface description language which describes functionality offered by Web Service, for more info visit WSDL Wikipedia.
What can you do with WSDL Formatter?
- Format WSDL online helps to beautify your Web Services Description Language.
- This tool allows loading the WSDL URL to beautify. Click on the URL button, Enter URL and Submit.
- WSDL Beautifier Online works well on Windows, MAC, Linux, Chrome, Firefox, Edge, and Safari.
Example of WSDL File
WSDL data Try it.
<?xml version="1.0" encoding="UTF-8"?> <description xmlns="http://www.w3.org/ns/wsdl" xmlns:tns="http://www.tmsws.com/wsdl20sample" xmlns:whttp="http://schemas.xmlsoap.org/wsdl/http/" xmlns:wsoap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://www.tmsws.com/wsdl20sample"> <service name="Service1" interface="tns:Interface1"> <endpoint name="HttpEndpoint" binding="tns:HttpBinding" address="http://www.example.com/rest/"/> <endpoint name="SoapEndpoint" binding="tns:SoapBinding" address="http://www.example.com/soap/"/> </service> </description>
For Advanced Users
WSDL External URL
Load External URL in Browser URL like this https://codebeautify.org/
https://codebeautify.org/wsdl-formatter?url= https://gist.gi thubusercontent .com/cbmgit/7cf e2d1285d7609718 bbddc1893a6029/ raw/wsdlsample. wsdl