1. <tt id="5hhch"><source id="5hhch"></source></tt>
    1. <xmp id="5hhch"></xmp>

  2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

    <rp id="5hhch"></rp>
        <dfn id="5hhch"></dfn>

      1. 基于Web服務(wù)的集成研究

        • 相關(guān)推薦

        基于Web服務(wù)的集成研究

        畢業(yè)論文

        目 錄

        摘要 1
        前 言 3
        1 緒論 4
        1.1 集成研究背景 4
        1.1.1 集成的基本概念 4
        1.1.2 集成研究 4
        1.2 WEB服務(wù)的基本概念 8
        1.2.1 定義 8
        1.2.2 Web服務(wù)構(gòu)架 9
        1.3 論文工作 9
        2 集成研究相關(guān)技術(shù) 10
        2.1 XML 10
        2.1.1 XML文檔的結(jié)構(gòu)組成 11
        2.1.2 XML的特點(diǎn) 15
        2.2 SOAP 15
        2.2.1 SOAP基本概念 16
        2.2.2 SOAP、COM/DCOM與CORBA的比較 16
        2.2.3 SOAP的工作機(jī)理 17
        2.2.4 SOAP消息舉例 18
        2.3 WSDL 20
        2.3.1 WSDL基本概念 20
        2.3.2 WSDL文檔分析 21
        2.3.3 WSDL文檔的利用方式 25
        2.4 UDDI 26
        2.4.1 UDDI注冊(cè)中心 26
        2.4.2 UDDI數(shù)據(jù)結(jié)構(gòu) 27
        2.4.3 UDDI API 28
        2.4.4 UDDI的物理實(shí)現(xiàn) 29
        2.4.5 UDDI服務(wù)體系結(jié)構(gòu) 29
        3 基于JAVA的SOAP實(shí)現(xiàn) 32
        3.1 基于.NET的SOAP實(shí)現(xiàn) 32
        3.1.1 .NET概述 32
        3.1.2 .NET框架 32
        3.2 基于JAVA的SOAP實(shí)現(xiàn)—— AXIS 33
        3.2.1 Axis簡(jiǎn)介 33
        3.2.2 Apache SOAP工具包 34
        3.2.3 Axis的配置安裝 35
        3.2.4 Axis的測(cè)試 35
        4 圖書信息集成實(shí)例 37
        結(jié) 束 語(yǔ) 43
        參考文獻(xiàn) 44
        致 謝 45

        基于Web服務(wù)的集成研究
         

        摘要:集成研究是當(dāng)今IT業(yè)界的焦點(diǎn),它包括數(shù)據(jù)集成、信息集成、技術(shù)集成和功能集成等。而Web服務(wù)是1個(gè)嶄新的分布式計(jì)算模型,它由1系列相關(guān)技術(shù)和標(biāo)準(zhǔn)所組成:XML、 SOAP、WSDL和UDDI。其中,XML提供數(shù)據(jù)的描述,SOAP負(fù)責(zé)Web服務(wù)調(diào)用,WSDL負(fù)責(zé)Web服務(wù)描述,而UDDI則負(fù)責(zé)Web服務(wù)的發(fā)現(xiàn)。Web服務(wù)技術(shù)的目的就是在現(xiàn)有各種異種平臺(tái)的基礎(chǔ)上構(gòu)筑1個(gè)通用的、與平臺(tái)和語(yǔ)言無(wú)關(guān)的技術(shù)層,各種不同平臺(tái)之上的應(yīng)用依靠這個(gè)技術(shù)層來(lái)實(shí)施彼此的連接和集成,從而創(chuàng)造1種開放的分布式系統(tǒng),使得任何企業(yè)和個(gè)人在任何地方,都可以快速和便宜地利用Web服務(wù)從事各種商業(yè)活動(dòng)和其他各種活動(dòng)。
        論文系統(tǒng)地介紹了集成的概念、類型以及Web服務(wù)的有關(guān)知識(shí)。同時(shí)還介紹了Web服務(wù)的相關(guān)技術(shù)(XML、SOAP、WSDL和UDDI)。然后講述了基于.NET的SOAP實(shí)現(xiàn),其中還介紹了1種基于Java的SOAP實(shí)現(xiàn)——Axis。再結(jié)合實(shí)際應(yīng)用集成的需求給出了1個(gè)簡(jiǎn)單的Web服務(wù)實(shí)例。最后總結(jié)集成研究并展望了其未來(lái)的發(fā)展前景。
        關(guān)鍵詞:集成;Web服務(wù);簡(jiǎn)單對(duì)象訪問協(xié)議;Web服務(wù)描述語(yǔ)言;統(tǒng)1描述、發(fā)現(xiàn)和集成

         

        Research of Integration based on Web Service
         

        Abstract:The research of Integration is the focus of IT branch today. It contains data integration, information integration, technology integration, function integration, and so on. Web Service is a new distributed model. It is a combination of XML, SOAP, WSDL and UDDI: XML establishes a core to describe the structure used to exchange information between systems, SOAP takes charge of the calling of Web Service, WSDL gives us a formal description of Web Service, and UDDI introduces the ability to discover Web Service. The purpose of Web Service is to construct a technology layer that is independent of platform or programming languages which are on the basis of various kinds of different platforms. The application on all kinds of platforms relies on this technology layer to implement the mutual connection and integration, so Web Service creates a kind of open distributed system that makes any enterprise and individual, in any places, can utilize Web Service and engage in various kinds of business activity and other various kinds of activities.
          This paper mainly discusses the basic concept and types of Integration, the knowledge of Web Service and the relative Web Service technology (XML, SOAP, WSDL and UDDI, etc). It analyses the implementation of SOAP based on .NET, and introduce one of based on Java----Axis. Then it unites the demands of actual application integration and shows a simple example of Web Service. Last it gives a conclusion of the research of integration and the development in future.
        Keywords: Integration; Web Service; SOAP; WSDL; UDDI

        前 言

        近幾10年來(lái),隨著科學(xué)技術(shù)的迅猛發(fā)展、信息化的推進(jìn)以及各行各業(yè)的交融,人類社會(huì)所積累的信息量已經(jīng)超過了過去5000年的總和,數(shù)據(jù)的采集、存儲(chǔ)、處理和傳播的數(shù)量也與日俱增。越來(lái)越多的人已經(jīng)意識(shí)到要更充分地使用已有數(shù)據(jù)資源,減少資料收集、數(shù)據(jù)采集等重復(fù)勞動(dòng)和相應(yīng)費(fèi)用,就需要集成。而Web服務(wù)的發(fā)展為集成的研究提供了技術(shù)上的支持,特別是Web服務(wù)標(biāo)準(zhǔn)和規(guī)范的發(fā)展使得集成的實(shí)現(xiàn)變得更加有依據(jù)。于是各種各樣的集成方式應(yīng)運(yùn)而生。而另1方面,集成的成果很快的用于實(shí)踐又反過來(lái)促進(jìn)了集成的發(fā)展。
        集成不僅使得原有信息系統(tǒng)中信息不1致、缺少數(shù)據(jù)交換共享的、新建應(yīng)用信息系統(tǒng)等的異構(gòu)分布的各個(gè)自治的數(shù)據(jù)庫(kù)能夠在1起工作,完善整個(gè)數(shù)據(jù)環(huán)境。而且集成能讓用戶的實(shí)際需求和所提出的實(shí)際應(yīng)用功能在同1系統(tǒng)中加以實(shí)現(xiàn),使得不同的功能在同1系統(tǒng)中得到綜合運(yùn)用。同時(shí)還能結(jié)合各種不同的技術(shù)為系統(tǒng)服務(wù)。因此,集成的實(shí)現(xiàn)將大大提高人們的辦公效率,并為人們提供1個(gè)更加舒適、方便的辦公環(huán)境。集成的初步成果已經(jīng)讓各行各業(yè)的人士倍嘗甜頭,同時(shí)更加促使人們從事這方面的研究開發(fā)。
        本課題分析了應(yīng)用集成的方式,研究了Web服務(wù)技術(shù)及基于Web服務(wù)的應(yīng)用集成方案設(shè)計(jì)。并在此基礎(chǔ)上定制1個(gè)圖書信息服務(wù),然后將其集成到其他應(yīng)用系統(tǒng)中。

        基于Web服務(wù)的集成研究

        【基于Web服務(wù)的集成研究】相關(guān)文章:

        基于web的異地并行設(shè)計(jì)與制造系統(tǒng)研究06-02

        基于J2EE的遠(yuǎn)動(dòng)系統(tǒng)Web實(shí)時(shí)曲線的研究05-11

        基于戰(zhàn)略治理的企業(yè)環(huán)境風(fēng)險(xiǎn)研究08-28

        制造產(chǎn)品智能集成報(bào)價(jià)系統(tǒng)研究08-26

        基于BP網(wǎng)遙感影像分類研究與應(yīng)用08-10

        基于軍網(wǎng)的雷達(dá)遠(yuǎn)程診斷技術(shù)研究08-10

        基于知網(wǎng)的翻譯研究方向碩士畢業(yè)論文寫作06-25

        《基于繪本的小學(xué)低段激趣作文的研究》開題報(bào)告08-10

        基于價(jià)值網(wǎng)的企業(yè)集群式供給鏈治理模式研究04-28

        基于Gene8310的嵌入式家庭服務(wù)機(jī)器人05-11

        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码

        1. <tt id="5hhch"><source id="5hhch"></source></tt>
          1. <xmp id="5hhch"></xmp>

        2. <xmp id="5hhch"><rt id="5hhch"></rt></xmp>

          <rp id="5hhch"></rp>
              <dfn id="5hhch"></dfn>