版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、WEB服務初級編程,祝偉華網絡新型服務技術中心,內容,分布式計算互聯網分布式計算標準定義發(fā)布使用其它特性,分布式計算,Procedure CallRemote Procedure Call (RPC)TuxedoCORBARMI/IIOP/EJB 基于瀏覽器客戶端分布式計算Rich ClientJAVA APPLETJAVASCRIPT/AJAXCOM/COM+/DNAWeb Service/SOAP/S
2、OA,互聯網分步式計算,,,Application,Devices,Browsers,OS andlocal services,Vertical andportal service,App-specificWeb Service,Building blockWeb Service,,Access Application,Call Services,,,Web ServicesContract,,,基于互聯網分布式計算標準,H
3、TTPXMLSOAP (Simple Object Access Protocol)Web Service Description Language (WSDL)DISCOUDDI (Universal Discovery, Description, and Integration ),WEB服務架構,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協議間數據如何傳遞和轉換?,發(fā)現,.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協議),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調用),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. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內容的表現方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 基于web數控編程及仿真服務平臺的研究.pdf
- 基于函數式編程的Web服務組合技術研究.pdf
- 基于答案集編程的語義Web服務組合與驗證.pdf
- jsp應用課件—web編程技術
- 交易開拓者(tb)編程初級篇
- 探析servlet、jsp web組件和jdbc編程
- 基于Web的Python編程環(huán)境研究.pdf
- 基于WEB的編程風格培養(yǎng)研究.pdf
- web編程基礎課程教學大綱
- 外文翻譯---java web 服務 web 服務安全性狀態(tài)
- web課程設計 《web網絡編程技術》課程設計報告
- 酒店服務英語 初級
- web數據庫編程課程教學大綱
- 基于語義web服務的web服務組合技術研究.pdf
- 3web編程學生選課系統(tǒng)課程設計
- 語義Web服務發(fā)現.pdf
- web服務組合研究
- Web服務選擇的研究——基于資源分配的Web服務選擇研究.pdf
- 語義Web服務的關鍵技術研究——語義Web服務發(fā)現.pdf
- 基于語義Web的Web服務發(fā)現機制研究.pdf
評論
0/150
提交評論