哪些XML标签实际上描述了WSDL中Web服务的合同?

时间:2015-02-22 16:42:34

标签: xml web-services soap namespaces wsdl

有人可以解释一下,WSDL文档的哪些标签描述了Web服务的合同? 例如:

<definitions
    xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:s="http://www.w3.org/2001/XMLSchema"
    xmlns:abc="urn:abc"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"
    targetNamespace="urn:abc"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
>

我知道xmlns:soap =“http://schemas.xmlsoap.org/wsdl/soap/”关注SOAP Binding和xmlns:http =“http://schemas.xmlsoap.org/wsdl/ http /“担心HTTP GET POST请求,但我不明白如何确定Web服务的合同。提前致谢

1 个答案:

答案 0 :(得分:0)

以下帖子(了解WSDL)可能会有所帮助

https://msdn.microsoft.com/en-us/library/ms996486.aspx#understand_topic2