What is the difference between an XML Schema and WSDL?
XML Schema
WSDL
The difference I noticed is that WSDL contains XSD and in
XSD
XSD is to validate the document, and contains metadata about the XML whereas WSDL is to describe the webservice location and operations.