我相信它们是相同的,XML格式的文件,如下例所示:
<definitions name="HelloService"
targetNamespace="http://www.examples.com/wsdl/HelloService.wsdl"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:tns="http://www.examples.com/wsdl/HelloService.wsdl"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
//other code
</definitions>
Run Code Online (Sandbox Code Playgroud)
WSDL文档和WSDL合同之间有区别吗?