ImageVerifierCode 换一换
格式:PPT , 页数:20 ,大小:79.50KB ,
资源ID:456634      下载积分:12 文钱
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,省得不是一点点
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.wenke99.com/d-456634.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: QQ登录   微博登录 

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(WEB服务初级编程.ppt)为本站会员(ga****84)主动上传,文客久久仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知文客久久(发送邮件至hr@wenke99.com或直接QQ联系客服),我们立即给予删除!

WEB服务初级编程.ppt

1、WEB服务初级编程,祝伟华网络新型服务技术中心,内容,分布式计算互联网分布式计算标准定义发布使用其它特性,分布式计算,Procedure CallRemote Procedure Call (RPC)TuxedoCORBARMI/IIOP/EJB 基于浏览器客户端分布式计算Rich ClientJAVA APPLETJAVASCRIPT/AJAXCOM/COM+/DNAWeb Service/SOAP/SOA,互联网分步式计算,Application,Devices,Browsers,OS andlocal services,Vertical andportal service,App-spe

2、cificWeb Service,Building blockWeb Service,Access Application,Call Services,Web ServicesContract,基于互联网分布式计算标准,HTTPXMLSOAP (Simple Object Access Protocol)Web Service Description Language (WSDL)DISCOUDDI (Universal Discovery, Description, and Integration ),WEB服务架构,Web Service,Web ServiceClient,定义,WebS

3、ervice Directive (页面定义)Settings for ASP.NET compilersWebMethod Attribute (后台代码定义)Code Declaration SyntaxOutlineInline (in C#),using System.Web.Services;public class MathService : WebService WebMethod .,定义,using System;using System.Web.Services;public class MathService WebMethod public int Subtract(i

4、nt a, int b) return a - b; public int Subtract_vs(int a, int b) return b - a; ,发布,Expose Web 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 H

5、TML descriptionWeb Service clientsCan be Web applications or browsers思考: 代理类, SOAP协议间数据如何传递和转换?,发现,.disco fileXML-based filecontaining links to resources for retrieving WSDLStored in the servers root directoryAccess via URL and dynamic discovery documentStart discovering with the WebServiceUtil tool

6、Automatically created by Visual Studio.NETGlobal directory of Web Services through UDDIUniversal Discovery, Description, and Integration (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

7、proxy classInput:WSDL contractProxy language and protocolOutput:Single source file in specified language, containing:Proxy classCode for network invocation and marshallingCommand-line example: webserviceutil /c:proxy /l:C# /namespace:MathServiceSpace MathService.sdl,使用,Request without method name an

8、d parametersHTML description of Web ServiceService capabilities, methods, protocolsWeb Service can return WSDLHTTP-GET, HTTP-POST, and HTTP-SOAPRequest with parameter “?SDL”Formal WSDL description of Web ServiceXML-based grammarCan be used as input for WebServiceUtil.exe,使用 (通过HTTP协议),Web Services a

9、re URL addressableHTTP requestProtocolsHTTP-GETMethod name and arguments in URLHTTP-POSTMethod 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 = PATHINF

10、OMethod 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 arguments in the form body,使用 (HTTP/SOAP调用),XML grammar forWeb Service method, method parameters,

11、 resultsSupports all standard .NET data types and value classesAdditionally: classes, structs, datasetsClass and struct marshallingSerialization 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, and MIMEPublic description of a Web Service and its contentWSDL contractCore Elements of WSDLservice, port, and portTypeoperations and messages,WSDL, ,高级特性,状态管理安全性事务处理,SOA,Service Oriented ArchitectureEAI (Enterprise Application Integration),

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。