首页 > 开发 > 综合 > 正文

WebService初探(推荐)〔开心本人特别看好WebService〕

2024-07-21 02:21:31
字体:
来源:转载
供稿:网友
web service初探(推荐)<br>
<br>
<br>
<br>
简介<br>
<br>
回顾过去的六年,难以想象如果没有互联网的话,网络计算会变成什么样。更早的超文本模式失败了,而互联网成功了,这其中最基本的原因可以归结为:互联网简单且无处不在。从服务提供者(如网上商店)的角度来看,只要你会打字,你就可以接受服务。从服务api的角度来看,互联网上绝大多数的活动都可以由三种方法(get, post, 和put ) 以及一种标记语言来完成。web service的兴起正是基于这样一个事实:web不仅可以作为一个信息平台 ,也可以作为一个服务平台。 <br>
这里的“services”不是指amazon.com提供的那种粗糙的服务,而是一种组件服务,其他人可以用来构造更强大的服务。例如,microsoft提供了passport服务,提供web上的认证功能,所以,类似华盛顿邮报之类的电子报纸就不必自己开发认证服务,只要交给passport做就可以了。当然,这只是一个假设。<br>
<br>
oracle的动态服务白皮书(dynamic services whitepaper)提供了更多组件服务的例子:汇率转换,翻译,货物运输等等。ibm对web service有一个更为正式的定义:<br>
<br>
web ervices 是一种新的web应用程序分支,他们是自包含、自描述、模块化的应用,可以发布、定位、通过web调用。web service可以执行从简单的请求到复杂商务处理的任何功能。一旦部署以后,其他web services应用程序可以发现并调用它部署的服务。<br>
<br>
ibm的web service指南接着说在几年前web service还是一个效率低下无法引起人们兴趣的概念。但是随着带宽和存储变的更为便宜,内容更为动态化,对不同平台上广泛而多样的计算设备的集成的要求也更为强烈,同时,也使得人们对代价(带宽和存储)不那么敏感。<br>
<br>
当我已经有了我中意的中间件平台(rmi, jini, corba, dcom 等等)时,为什么还要为web而烦恼呢?中间件确实提供了强大的服务实现手段,但是,他们当中没有一个是绝对的胜利者。web作为信息发布者的力量就在于简单且无处不在,这对解决现在这样一个分裂中间件世界很重要。web通过在传统中间件平台上更有效实现的services,来提供一个统一且广泛适用的接口,这样就改善了这个平台。<br>
<br>
从一个n层应用程序结构的角度来看,web service只是一个方便程序访问的包装,服务还是要靠中间件来实现。访问包括服务请求处理(监听者)和一个支持商业逻辑操作的接口,商业逻辑本身是由传统的中间件平台实现的。<br>
<br>
web services平台<br>
<br>
那么什么是web service 平台呢?最基本的平台是xml加http。http是一个在internet上广泛使用的协议。xml是一种元语言,你可以用它书写特定的语言来描述客户和服务之间或者组件和复杂服务之间的交互。在web server之后,xml格式的消息被转变成中间件的请求,返回的结果也会转化成xml格式。 <br>
<br>
你可能会问,这与说corba是idl加上rpc不是一样吗?这个平台到底如何支持service的发现,事务,安全,认证等等基本功能,以使它真正成为一个平台呢? 下面我们将讲述这一点。 <br>
<br>
有必要增加一些服务,同时保持简单性和普遍性,来把web构建成一个功能更强大的平台。可以认为功能全面的web services平台是xml+http+soap+wsdl+uddi。在更高层次上,可能还要加上一些尚未广泛接受的技术如xaml,xlang, xkms,和xfs。<br>
<br>
以下是对这些平台要素的简要描述。需要指出的是,这些还是发展中的技术,很多时候对一个问题会有多种解决方案。<br>
<br>
soap (远程调用) <br>
uddi (贸易,目录服务) <br>
wsdl (描述服务特征) <br>
xlang/xaml (为包括多种web services的复杂web事务提供支持) <br>
xkms (xml key management specification) - 支持认证和注册,这个工作还在进展之中 <br>
<br>
soap<br>
<br>
soap是一个协议规范,定义了传递xml-encoded数据时的统一方式。它还定义了使用http作为底层通信协议时执行远程调用(rpc)的方法。<br>
<br>
soap的兴起是基于这样一种认识,无论现在的中间件是如何的好,他们都需要一个wan包装。以xml格式发送消息有很多好处,如能够确保互用性。中间件使用者看来愿意容忍解析和序列化xml文档的代价,因为这可以让他们的软件使用范围更宽。<br>
<br>
ibm, microsoft, userland,和developmentor在2000年向w3c提交了soap,并成为w3c的note,soap更长远的发展规划现在是由w3c的xml协议工作组来制定。这有力的表明了直到w3c工作组交付规范为止,soap都将是一个稳定的规范。<br>
<br>
uddi (universal description, discovery and integration service)<br>
<br>
uddi为客户提供了动态查找其它web <br>
<br>
services的机制。使用uddi接口,商务处理可以动态的连接到外部的商务合作者提供的服务上。一个uddi注册类似于corba的trader,也可以把它想象成商业应用程序的dns服务。一个uddi注册有两种客户:要发布一个服务(和使用接口)的商务应用,以及想要得到特定服务的客户。下表是uddi提供服务的概述。uddi层在soap层之上,并假定请求和应答都是以soap消息传送的uddi对象。下面还包含了一个简单的查询。<br>
<br>
<br>
<br>
关于支持全方位的发现(full-featured discovery),uddi没有一个近期的计划。uddi希望能够成为支持其它标准的更高层服务的基础。uddi计划支持更复杂的商务逻辑,包括层次型商业组织。uddi有着广泛的支持,ibm, ariba,和 <br>
<br>
microsoft都全力推动它。到目前为止,它还不是一个开放的标准。<br>
<br>
<br>
<br>
uddi 举例<br>
<br>
<br>
查询:下面在soap封装之内的查询,返回microsoft的详细信息。<br>
<br>
<br>
<br>
&lt;find_business <br>
<br>
generic=&quot;1.0&quot; xmlns=&quot;urn:uddi-org:api&quot;&gt; <br>
<br>
<br>
<br>
<br>
face=arial,helvetica&gt; <br>
<br>
&lt;name&gt;microsoft&lt;/name&gt; <br>
<br>
<br>
<br>
<br>
face=arial,helvetica&gt;&lt;/find_business&gt;<br>
<br>
<br>
<br>
结果:businessinfo元素中包含了microsoft注册的服务信息,也包括这个uddi服务本身。<br>
<br>
&lt;businesslist generic=&quot;1.0&quot;<br>
operator=&quot;microsoft corporation&quot;<br>
truncated=&quot;false&quot;<br>
xmlns=&quot;urn:uddi-org:api&quot;&gt;<br>
&lt;businessinfos&gt;<br>
&lt;businessinfo<br>
businesskey=&quot;0076b468-eb27-42e5-ac09-9955cff462a3&quot;&gt;<br>
&lt;name&gt;microsoft corporation&lt;/name&gt;<br>
&lt;description xml:lang=&quot;en&quot;&gt;<br>
empowering people through great software -<br>
any time, any place and on any device is microsoft’s <br>
vision. as the worldwide leader in software for personal<br>
and business computing, we strive to produce innovative <br>
products and services that meet our customer’s<br>
&lt;/description&gt;<br>
&lt;serviceinfos&gt;<br>
&lt;serviceinfo<br>
businesskey=&quot;0076b468-eb27-42e5-ac09-9955cff462a3&quot; <br>
servicekey=&quot;1ffe1f71-2af3-45fb-b788-09af7ff151a4&quot;&gt;<br>
&lt;name&gt;web services for smart searching&lt;/name&gt;<br>
&lt;/serviceinfo&gt;<br>
&lt;serviceinfo<br>
businesskey=&quot;0076b468-eb27-42e5-ac09-9955cff462a3&quot;<br>
servicekey=&quot;8bf2f51f-8ed4-43fe-b665-38d8205d1333&quot;&gt;<br>
&lt;name&gt;electronic business integration services&lt;/name&gt;<br>
&lt;/serviceinfo&gt;<br>
&lt;serviceinfo<br>
businesskey=&quot;0076b468-eb27-42e5-ac09-9955cff462a3&quot;<br>
servicekey=&quot;611c5867-384e-4ffd-b49c-28f93a7b4f9b&quot;&gt; <br>
&lt;name&gt;volume licensing select program&lt;/name&gt; <br>
&lt;/serviceinfo&gt;<br>
&lt;serviceinfo<br>
businesskey=&quot;0076b468-eb27-42e5-ac09-9955cff462a3&quot;<br>
servicekey=&quot;a8e4999a-21a3-47fa-802e-ee50a88b266f&quot;&gt;<br>
&lt;name&gt;uddi web sites&lt;/name&gt;<br>
&lt;/serviceinfo&gt; <br>
&lt;/serviceinfos&gt;<br>
&lt;/businessinfo&gt;<br>
&lt;/businessinfos&gt;<br>
&lt;/businesslist&gt;<br>
<br>
wsdl :web服务定义语言<br>
<br>
wsdl为服务提供者提供了描述构建在不同协议或编码方式之上的web <br>
<br>
service请求基本格式的方法。wsdl用来描述一个web <br>
<br>
service能做什么,它的位置在哪里,如何调用它等等。在假定以soap/http/mime <br>
<br>
作为远程对象调用机制的情况下,wsdl会发挥最大作用。uddi注册描述了web <br>
<br>
service的绝大多数方面,包括服务的绑定细节。wsdl可以看作是uddi服务描述的子集。<br>
<br>
<br>
<br>
wsdl将服务定义为一个网络端点的集合,或者说端口的集合。在wsdl里面,端点及消息的抽象定义与它们具体的网络实现和数据格式绑定是分离的。这样就可以重用这些抽象定义:消息,需要交换的数据的抽象描述;端口类型,操作的抽象集合。针对一个特定端口类型的具体协议和数据格式规范构成一个可重用的绑定。一个端口定义成网络地址和可重用的绑定的联接,端口的集合定义为服务。因此一个wsdl文档在定义网络服务的时候使用如下的元素:<br>
类型-- <br>
<br>
使用某种的类型系统(比如xsd)定义数据类型的容器 <br>
消息-- 通讯数据抽象的有类型的定义 <br>
操作-- <br>
<br>
服务支持的动作的抽象描述 <br>
端口类型-- 一个操作的抽象集合,该操作由一个或多个端点支持 <br>
绑定-- <br>
<br>
针对一个特定端口类型的具体的协议规范和数据格式规范 <br>
端口-- 一个单一的端点,定义成一个绑定和一个网络地址的联接 <br>
<br>
<br>
服务-- 相关的端点的集合 <br>
<br>
<br>
<br>
所以,可以这样说,wsdl给客户提供了一个模板,方便他们描述和绑定服务。<br>
<br>
<br>
<br>
下面是一个简单的例子,例子中的服务用来查找motorala股票的价格。<br>
<br>
服务描述:<br>
<br>
&lt;?xml version=&quot;1.0&quot;?&gt;<br>
&lt;definitions name=&quot;stockquote&quot;<br>
targetnamespace=&quot;http://example.com/stockquote.wsdl&quot;<br>
xmlns:tns=&quot;http://example.com/stockquote.wsdl&quot;<br>
xmlns:xsd1=&quot;http://example.com/stockquote.xsd&quot;<br>
xmlns:soap=&quot;http://schemas.xmlsoap.org/wsdl/soap/&quot;<br>
xmlns=&quot;http://schemas.xmlsoap.org/wsdl/&quot;&gt;<br>
&lt;types&gt;<br>
&lt;schema targetnamespace=&quot;http://example.com/stockquote.xsd&quot;<br>
xmlns=&quot;http://www.w3.org/1999/xmlschema&quot;&gt; <br>
&lt;element name=&quot;tradepricerequest&quot;&gt;<br>
&lt;complextype&gt;<br>
&lt;all&gt;<br>
&lt;element name=&quot;tickersymbol&quot; type=&quot;string&quot;/&gt;<br>
&lt;/all&gt; <br>
&lt;/complextype&gt; <br>
&lt;/element&gt;<br>
&lt;element name=&quot;tradeprice&quot;&gt; <br>
&lt;complextype&gt; <br>
&lt;all&gt;<br>
&lt;element name=&quot;price&quot; type=&quot;float&quot;/&gt; <br>
&lt;/all&gt; <br>
&lt;/complextype&gt; <br>
&lt;/element&gt; <br>
&lt;/schema&gt;<br>
&lt;/types&gt;<br>
<br>
&lt;message name=&quot;getlasttradepriceinput&quot;&gt;<br>
&lt;part name=&quot;body&quot; element=&quot;xsd1:tradeprice&quot;/&gt;<br>
&lt;/message&gt;<br>
&lt;message name=&quot;getlasttradepriceoutput&quot;&gt;<br>
&lt;part name=&quot;body&quot; element=&quot;xsd1:tradepriceresult&quot;/&gt;<br>
&lt;/message&gt;<br>
<br>
&lt;porttype name=&quot;stockquoteporttype&quot;&gt;<br>
&lt;operation name=&quot;getlasttradeprice&quot;&gt;<br>
&lt;input message=&quot;tns:getlasttradepriceinput&quot;/&gt;<br>
&lt;output message=&quot;tns:getlasttradepriceoutput&quot;/&gt;<br>
&lt;/operation&gt;<br>
&lt;/porttype&gt;<br>
<br>
&lt;binding name=&quot;stockquotesoapbinding&quot;<br>
type=&quot;tns:stockquoteporttype&quot;&gt;<br>
&lt;soap:binding style=&quot;document&quot;<br>
transport=&quot;http://schemas.xmlsoap.org/soap/http&quot;/&gt;<br>
&lt;operation name=&quot;getlasttradeprice&quot;&gt;<br>
&lt;soap:operation<br>
soapaction=&quot;http://example.com/getlasttradeprice&quot;/&gt; <br>
&lt;input&gt;<br>
&lt;soap:body use=&quot;literal&quot; <br>
namespace=&quot;http://example.com/stockquote.xsd&quot;<br>
encodingstyle=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;/&gt;<br>
&lt;/input&gt; <br>
&lt;output&gt;<br>
&lt;soap:body use=&quot;literal&quot; <br>
namespace=&quot;http://example.com/stockquote.xsd&quot;<br>
encodingstyle=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;/&gt; <br>
&lt;/output&gt; <br>
&lt;/operation&gt;<br>
&lt;/binding&gt;<br>
<br>
&lt;service name=&quot;stockquoteservice&quot;&gt;<br>
&lt;documentation&gt;my first service&lt;/documentation&gt;<br>
&lt;port name=&quot;stockquoteport&quot; binding=&quot;tns:stockquotebinding&quot;&gt; <br>
&lt;soap:address location=&quot;http://example.com/stockquote&quot;/&gt;<br>
&lt;/port&gt;<br>
&lt;/service&gt;<br>
<br>
&lt;/definitions&gt;<br>
<br>
&lt;binding name=&quot;stockquoteservicebinding&quot; <br>
type=&quot;stockquoteservicetype&quot;&gt; <br>
&lt;soap:binding style=&quot;rpc&quot;<br>
transport=&quot;http://schemas.xmlsoap.org/soap/http&quot;/&gt;<br>
&lt;operation name=&quot;getquote&quot;&gt; <br>
&lt;soap:operation <br>
soapaction=&quot;http://www.getquote.com/getquote&quot;/&gt;<br>
&lt;input&gt;<br>
&lt;soap:body type=&quot;inmessagerequest&quot;<br>
namespace=&quot;urn:live-stock-quotes&quot; <br>
encoding=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;/&gt; <br>
&lt;/input&gt;<br>
&lt;output&gt;<br>
&lt;soap:body type=&quot;outmessageresponse&quot;<br>
encoding=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;/&gt;<br>
&lt;/output&gt;<br>
&lt;/operation&gt; <br>
&lt;/binding&gt;<br>
&lt;service name=&quot;stockquoteservice&quot;&gt;<br>
&lt;documentation&gt;my first service<br>
&lt;/documentation&gt;<br>
&lt;port name=&quot;stockquoteport&quot;<br>
binding=&quot;tns:stockquotebinding&quot;&gt;<br>
&lt;soap:address location=&quot;http://example.com/stockquote&quot;/&gt;<br>
&lt;/port&gt;<br>
&lt;/service&gt;<br>
&lt;/definitions&gt;<br>
<br>
soap请求:<br>
<br>
post /stockquote http/1.1<br>
host: www.stockquoteserver.com<br>
content-type: text/xml;<br>
charset=&quot;utf-8&quot;<br>
content-length: nnnn<br>
soapaction: &quot;some-uri&quot;<br>
<br>
&lt;soap-env:envelope<br>
xmlns:soap-env=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; <br>
soap-env:encodingstyle=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;&gt; <br>
&lt;soap-env:body&gt;<br>
&lt;m:getlasttradeprice<br>
xmlns:m=&quot;some-uri&quot;&gt;<br>
&lt;symbol&gt;mot&lt;/symbol&gt;<br>
&lt;/m:getlasttradeprice&gt; <br>
&lt;/soap-env:body&gt;<br>
&lt;/soap-env:envelope&gt;<br>
<br>
soap应答:<br>
<br>
http/1.1 200 ok content-type: text/xml; charset=&quot;utf-8&quot;<br>
content-length: nnnn<br>
<br>
&lt;soap-env:envelope<br>
xmlns:soap-env=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;<br>
soap-env:encodingstyle=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;/&gt; <br>
&lt;soap-env:body&gt;<br>
&lt;m:getlasttradepriceresponse<br>
xmlns:m=&quot;some-uri&quot;&gt;<br>
&lt;price&gt;14.5&lt;/price&gt;<br>
&lt;/m:getlasttradepriceresponse&gt;<br>
&lt;/soap-env:body&gt;<br>
&lt;/soap-env:envelope&gt;<br>
<br>
xlang<br>
<br>
<br>
数据库中的事务的传统概念是原子性,即要么不做,要么全做。在分布式的系统中维持这种原子性,一般采用一种代价昂贵的处理方式,即两相承诺。另一个相对优化的模型也在研究之中(最初叫做sagas,由hector <br>
<br>
garcia-molina提出),即每个动作都有一个明确的互补动作,用以取消该动作产生的结果。在现实生活中,这种互补动作的例子很多,比如说,你在信用卡里取出$52,互补动作就是存入$52,你发出一封email说“你将会在7天内拿到你预定的产品”,互补动作就是发email说“哦,你还得多等几天”。xlang就是基于这样一个概念,用来表示任何要取消的请求的互补动作。而web <br>
<br>
service的分布式基础将推动xlang规范的发展,使之能完成复杂的撤销操作。 <br>
<br>
xaml<br>
<br>
transaction authority markup language (xaml)提供了传统的两相承诺事务语义。在xaml规范中有一个b2b事务的例子。xaml不完全局限于两相承诺,某些操作也可以象xlang一样有互补动作。两相承诺在企业集成中显然是很有效的,而大量的web事务(如b2c事务)在更便宜的互补动作模型中可以完成。除非xaml把互补动作放在第一位,否则还是xlang存在的的理由更充分。<br>
<br>
scenario<br>
<br>
下面的场景演示了一个商业事务,包括一批web service,并将利用xaml。考虑一家公司在网上向一家化工厂购买苯。为了让买家能够购买,卖方必须有第三方提供的附加增值服务,如运货方式,付款方式,意外保险,安全运输执照等等。必须等到所有服务都就绪且满足他的要求,买方才会同意购买。他可以买或者不买,换句话说,必须满足所有的相关要求,才有可能完成这次商务活动。<br>
<br>
提供顶层商业事务功能的软件必须协调每个web service。包括(1)卖方存货系统;(2)保险服务确保产品能被运输;(3)财务服务确保依照卖方的形式付款;(4)运输服务保证按时发送货物;(5)协调服务确保与政府的安全要求一致。<br>
<br>
xkms (xml key management specification)<br>
<br>
xkms是microsoft和verisign用xml应用程序集成pki和数字认证(用于internet事务安全性)的成果。关键的思想是将签名处理放到web上的可信服务器(trust server)上,这样小客户就不必自己来做这些内容。xkms依赖于xml数字签名规范和正在制定中的xml加密规范。现在的xkms规范依赖于xml,soap,wsdl。<br>
<br>
其它例子<br>
<br>
web service平台是一个发展的生态系统,达尔文主义还在起作用,这里有进化,有竞争,还有混乱。下面是一个小例子。<br>
<br>
xfs <br>
<br>
xmethods 文件系统服务让你能够通过soap接口读或贴文件。这个系统让开发者可以创建使用集中而稳定数据的服务。理想情况下,这种文件系统能够用来集中被多个节点访问的信息。例如,可以用它支持程序补丁的自动升级。xfs提供了一个客户端工具,在windows explorer中集成了xfs web service,这样windows explorer集成了基于xml-soap的文件系统。xfs是开放源码的,由xmethods.com始创,它的前景还不清楚,但是,这个想法在技术上是很有吸引力的。<br>
<br>
<br>
<br>
注册会员,创建你的web开发资料库,
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表