WSDL in SOAP protocol
WSDL stands for Web Services Description language. WSDL is a XML document which describes the web service. From WSDL, we can find out what all operations are supported by service.
Below image shows that WSDL file at “https://www.webservicex.net/country.asmx?WSDL” provides operations like GetCountries, GetCurrencies etc.

wsdl-operations-and-action-urls
wsdl-definition-parts
You can try below free web services.
- https://www.webservicex.net/ConvertWeight.asmx?WSDL
- https://www.webservicex.net/ConvertSpeed.asmx?WSDL
- https://www.webservicex.net/ConvertComputer.asmx?WSDL
- https://www.webservicex.net/ConvertArea.asmx?WSDL
- https://www.webservicex.net/airport.asmx?WSDL
- https://www.webservicex.net/length.asmx?WSDL
- https://www.webservicex.net/country.asmx?WSDL
- https://www.webservicex.net/SendSMS.asmx?WSDL
- https://www.webservicex.net/periodictable.asmx?WSDL
- https://www.webservicex.net/whois.asmx?WSDL
- https://www.webservicex.net/stockquote.asmx?WSDL
- https://www.webservicex.net/geoipservice.asmx?WSDL
- https://www.webservicex.net/globalweather.asmx?WSDL
- https://webservicex.net/currencyconvertor.asmx?WSDL
- https://www.webservicex.net/ConvertTemperature.asmx?WSDL
- https://www.webservicex.net/AustralianPostCode.asmx?WSDL
Recent Comments