2023年全國碩士研究生考試考研英語一試題真題(含答案詳解+作文范文)_第1頁
已閱讀1頁,還剩19頁未讀, 繼續(xù)免費閱讀

下載本文檔

版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)

文檔簡介

1、WEB服務(wù)初級編程,祝偉華網(wǎng)絡(luò)新型服務(wù)技術(shù)中心,內(nèi)容,分布式計算互聯(lián)網(wǎng)分布式計算標(biāo)準(zhǔn)定義發(fā)布使用其它特性,分布式計算,Procedure CallRemote Procedure Call (RPC)TuxedoCORBARMI/IIOP/EJB 基于瀏覽器客戶端分布式計算Rich ClientJAVA APPLETJAVASCRIPT/AJAXCOM/COM+/DNAWeb Service/SOAP/S

2、OA,互聯(lián)網(wǎng)分步式計算,,,Application,Devices,Browsers,OS andlocal services,Vertical andportal service,App-specificWeb Service,Building blockWeb Service,,Access Application,Call Services,,,Web ServicesContract,,,基于互聯(lián)網(wǎng)分布式計算標(biāo)準(zhǔn),H

3、TTPXMLSOAP (Simple Object Access Protocol)Web Service Description Language (WSDL)DISCOUDDI (Universal Discovery, Description, and Integration ),WEB服務(wù)架構(gòu),Web Service,Web ServiceClient,定義,WebService Directive (頁面定義)S

4、ettings for ASP.NET compilersWebMethod Attribute (后臺代碼定義)Code Declaration SyntaxOutlineInline (in C#),using System.Web.Services;public class MathService : WebService { [ WebMethod ]...,,定義,using System;usi

5、ng System.Web.Services;public class MathService{ [WebMethod] public int Subtract(int a, int b) { return a - b; } public int Subtract_vs(int a, int b) { return b - a; }},發(fā)布,Expose Web

6、 Service and Web Service methodsCreate a Web Service proxy and an assemblyGenerate proxy with WebServiceUtil toolCreate an assemblyEnables developers to program against Web ServicesPublish WSDL contract and HTML des

7、criptionWeb Service clientsCan be Web applications or browsers思考: 代理類, SOAP協(xié)議間數(shù)據(jù)如何傳遞和轉(zhuǎn)換?,發(fā)現(xiàn),.disco fileXML-based filecontaining links to resources for retrieving WSDLStored in the server‘s root directoryAccess via

8、 URL and dynamic discovery documentStart discovering with the WebServiceUtil toolAutomatically created by Visual Studio.NETGlobal directory of Web Services through UDDIUniversal Discovery, Description, and Integratio

9、n (http://www.uddi.org),使用,Web ServiceDeveloper,Web ApplicationDeveloper,Web Server 1,Service App,asmx,.aspx,Web Server 2,Service App,Proxy,Web Form,,,使用,Create client proxy classInput:WSDL contractProxy language an

10、d protocolOutput:Single source file in specified language, containing:Proxy classCode for network invocation and marshallingCommand-line example: webserviceutil /c:proxy /l:C# /namespace:MathServiceSpace MathSer

11、vice.sdl,使用,Request without method name and parametersHTML description of Web ServiceService capabilities, methods, protocolsWeb Service can return WSDLHTTP-GET, HTTP-POST, and HTTP-SOAPRequest with parameter “?SDL”

12、Formal WSDL description of Web ServiceXML-based grammarCan be used as input for WebServiceUtil.exe,使用 (通過HTTP協(xié)議),Web Services are URL addressableHTTP requestProtocolsHTTP-GETMethod name and arguments in URLHTTP-P

13、OSTMethod name and arguments in POST bodyHTTP-SOAPXML grammar forAddressing the Web ServiceReturning results,使用 (HTTP/GET/POST),http://server/appl/service.asmx/method?param=valueStandard HTTP-GETMethod name = PATH

14、INFOMethod arguments = URL query stringQuery string key = parameter nameMultiple parametersOnly primitive .NET runtime data typesResult is an XML documentAny .NET data typeHTTP-POSTSimilar to GET, but with argume

15、nts in the form body,使用 (HTTP/SOAP調(diào)用),XML grammar forWeb Service method, method parameters, resultsSupports all standard .NET data types and value classesAdditionally: classes, structs, datasetsClass and struct marsh

16、allingSerialization in XML format,WSDL,XML grammar, defining:Services and ports that communicate via messagesBindingSpecify a protocol or a data format for a message or a portExtensions for SOAP 1.1, HTTP GET/POST,

17、and MIMEPublic description of a Web Service and its contentWSDL contractCore Elements of WSDLservice, port, and portTypeoperations and messages,WSDL, ,高級特性

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論