what is the difference between XSD and WSDL

前端 未结 8 2058
忘掉有多难
忘掉有多难 2020-12-12 09:41

What is the difference between an XML Schema and WSDL?

The difference I noticed is that WSDL contains XSD and in

8条回答
  •  感情败类
    2020-12-12 10:17

    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.

提交回复
热议问题