隨筆 - 5  文章 - 3  trackbacks - 0
          <2008年3月>
          2425262728291
          2345678
          9101112131415
          16171819202122
          23242526272829
          303112345

          常用鏈接

          留言簿(3)

          隨筆檔案

          文章檔案

          搜索

          •  

          最新評論

          閱讀排行榜

          評論排行榜

          To learn web service, we need to learn WSDL. This xml file defines the services that we deploy in our web service.
          Here, we get  a  example of WSDL.

          <?xml version="1.0" encoding="UTF-8"?>
          <wsdl:definitions targetNamespace="http://localhost:8080/bookstore/services/BookSvc" 
            xmlns
          ="http://schemas.xmlsoap.org/wsdl/" 
            xmlns:apachesoap
          ="http://xml.apache.org/xml-soap" 
            xmlns:impl
          ="http://localhost:8080/bookstore/services/BookSvc" 
            xmlns:intf
          ="http://localhost:8080/bookstore/services/BookSvc" 
            xmlns:soapenc
          ="http://schemas.xmlsoap.org/soap/encoding/" 
            xmlns:tns1
          ="http://model.bookstore.com" 
            xmlns:wsdl
          ="http://schemas.xmlsoap.org/wsdl/" 
            xmlns:wsdlsoap
          ="http://schemas.xmlsoap.org/wsdl/soap/" 
            xmlns:xsd
          ="http://www.w3.org/2001/XMLSchema">
            
          <wsdl:types>
              
          <schema targetNamespace="http://model.bookstore.com" xmlns="http://www.w3.org/2001/XMLSchema">
                
          <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
                
          <complexType name="Book">
                  
          <sequence>
                    
          <element name="ISDN" nillable="true" type="xsd:string"/>
                    
          <element name="name" nillable="true" type="xsd:string"/>
                    
          <element name="page" type="xsd:int"/>
                  
          </sequence>
                
          </complexType>
              
          </Schema>
            
          </wsdl:types>
            
          <wsdl:message name="addBookResponse">
            
          </wsdl:message>
            
          <wsdl:message name="addBookRequest">
              
          <wsdl:part name="book" type="tns1:Book"/>
            
          </wsdl:message>
            
          <wsdl:portType name="BookSvc">
              
          <wsdl:operation name="addBook" parameterOrder="book">
                
          <wsdl:input message="intf:addBookRequest" name="addBookRequest"/>
                
          <wsdl:output message="intf:addBookResponse" name="addBookResponse"/>
              
          </wsdl:operation>
            
          </wsdl:portType>
            
          <wsdl:binding name="BookSvcSoapBinding" type="intf:BookSvc">
              
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
              
          <wsdl:operation name="addBook">
                
          <wsdlsoap:operation soapAction=""/>
                
          <wsdl:input name="addBookRequest">
                  
          <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://bookstore.com" use="encoded"/>
                
          </wsdl:input>
                
          <wsdl:output name="addBookResponse">
                  
          <wsdlsoap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://localhost:8080/bookstore/services/BookSvc" use="encoded"/>
                
          </wsdl:output>
              
          </wsdl:operation>
            
          </wsdl:binding>
            
          <wsdl:service name="BookSvcService">
              
          <wsdl:port binding="intf:BookSvcSoapBinding" name="BookSvc">
                
          <wsdlsoap:address location="http://localhost:8080/bookstore/services/BookSvc"/>
              
          </wsdl:port>
            
          </wsdl:service>
          </wsdl:definitions>
           So many infomations in this file. But first of all, we need to understand the format of this file.
          To me, the defination of namespace is a problem.

          My qustions are: For xmlns, xmlns:tns1,xmlns:intf..., What do they mean? How to use them?


          After I refered to some articles in internet. I get the answer:
          每個(gè)namespace屬性都聲明了一個(gè)縮略語,用在文檔中。例如"xmlns:xsd"就為
          But I get another question that no one reply.
          refer

          '我們都知道,WSDL應(yīng)該是格式正確的XML文檔。進(jìn)一步,還應(yīng)該把它看作一個(gè)Schema,因此,<definitions>元素中可以定義targetNamespace屬性,表示在這個(gè)元素下的所有元素都屬于這個(gè)目標(biāo)名稱空間。

          xmlns表示缺省的名稱空間,...'


          So what's difference between 'targetnamespace' and default 'xmlns'?
          ?????????????????????????????????????????????????????????

          Reference:
          http://www.cnblogs.com/bjzhanghao/archive/2004/10/13/51614.html

          只有注冊用戶登錄后才能發(fā)表評論。


          網(wǎng)站導(dǎo)航:
           
          主站蜘蛛池模板: 新乡市| 呼伦贝尔市| 乐昌市| 灵丘县| 静乐县| 华坪县| 九江县| 巴楚县| 都昌县| 镇巴县| 磴口县| 封开县| 壶关县| 福建省| 淮阳县| 台江县| 望城县| 稻城县| 错那县| 黔西县| 荔浦县| 镇康县| 惠州市| 名山县| 东莞市| 泗水县| 泰宁县| 南皮县| 玛多县| 永兴县| 石台县| 昌黎县| 唐海县| 枣阳市| 天长市| 宁南县| 太仆寺旗| 水富县| 江源县| 钦州市| 芮城县|