What is the difference between an XML Schema
and WSDL
?
The difference I noticed is that WSDL
contains XSD
and in
XSD (XML schema definition) defines the element in an XML document. It can be used to verify if the elements in the xml document adheres to the description in which the content is to be placed. While wsdl is specific type of XML document which describes the web service. WSDL itself adheres to a XSD.