Report

Dynamic e-Business: Trends in Web Services

You don't have the latest version of Adobe Flash Player.

Please update your flash player.

Get Adobe Flash player

Please login or register to make a comment!

Dynamic e-Business: Trends in Web Services C. Mohan IBM Almaden Research Center 650 Harry Road, K01/B1 San Jose, CA 95120, USA http://www.almaden.ibm.com/u/mohan/ mohan@almaden.ibm.com Abstract. In the last couple of years, the concept of a web service (WS) has emerged as an important paradigm for general application integration in the internet environment.

More particularly, WS is viewed as an important vehicle for the creation of dynamic e-business applications and as a means for the J2EE and .NET worlds to come together. Several companies, including Microsoft, have been collaborating in proposing new WS standards. The World Wide Web Consortium has been the forum for many WS-related standardization activities.

Many traditional concepts like business process management, security, direc- tory services, routing and transactions are being extended for WS. This ex- tended abstract traces some of the trends in the WS arena. After the TES2002 workshop is over, more information could be found in the presentation material at http://www.almaden.ibm.com/u/mohan/WebServices_TES2002_Slides.pdf 1 Introduction With the popularity of the world wide web has come the need for businesses to exploit the web not only for disseminating information but also for improving their interac- tions with their customers, distributors, suppliers and partners.

This way of integrating applications and conducting business using ... more. less.

the internet has come to be called dynamic e-business [7]. The web service (WS) paradigm has emerged as an important mecha- nism for interoperation amongst separately developed distributed applications in such a dynamic e-business environment. One definition of WS is: Web services are a new breed of web application.<br><br> They are self-contained, self-describing, modular applica- tions that can be published, located, and invoked across the web. Web services per- form functions, which can be anything from simple requests to complicated business processes. Once a web service is deployed, other applications (and other web ser- vices) can discover and invoke the deployed service.<br><br> XML messaging is used to inter- act with a WS. WS is also viewed as an important interoperability mechanism for the J2EE [15] and Microsoft 9s .NET [26] worlds to come together. WS has become so popular that, in addition to conferences and workshops, even magazines devoted to WS are cur- rently in existence (see, e.g., [17]).<br><br> In this extended abstract, I trace some of the trends in the WS arena and provide pointers to numerous papers, specifications and web sites for much more detailed information. Links to a number of tutorials on WS topics can be found in [25]. The World Wide Web Consortium (W3C) has been the sponsoring organization for many WS-related standardization activities [18].<br><br> In May 2000, IBM, Microsoft and others released the specification for SOAP 1.1 (Simple Object Access Protocol) [2]. SOAP is an XML-based protocol for information exchange in a decentralized, distrib- uted environment like the internet. It is essentially a flexible form of the traditional remote procedure call (RPC) mechanism for use in the web context.<br><br> While SOAP was originally designed to work using HTTP and be able to tunnel through firewalls, more recently, other transport protocol bindings have been proposed for SOAP. In March 2001, IBM, Microsoft and Ariba submitted to W3C the Web Services Description Language (WSDL) specification [3] as a starting point for standardization activities. WSDL is a language intended to be used to describe interfaces of web services and to describe how to interact with them.<br><br> UDDI is intended to be the means for publishing and discovering services on the web [16]. 2 Business Process Management Business process or workflow management is one area where pre-existing work [13] is being extended to take into account WS requirements [30]. Just recently, BEA, Sun, Intalio and SAP have released the specification for what has been called Web Service Choreography Interface (WSCI) [1].<br><br> WSCI is an interface description language based on WSDL for describing the flow of messages exchanged by a WS participating in choreographed interactions with other WSs. It is an attempt to standardize an XML- based syntax for service choreography. IBM and Microsoft are also currently working together on a similar proposal that would merge IBM 9s WSFL [22] and Microsoft 9s XLANG [19].<br><br> The relationship between WSCI and related technologies like WSFL, XLANG, ebXML 9s BPSS, BTP, BPMI.org 9s Business Process Modeling Language (BPML), HP 9s Web Service Conversation Language (WSCL), XML Pipeline Defini- tion Language and OMG 9s Enterprise Distributed Object Computing (EDOC) has been discussed in [24]. 3 Implementations Many software vendors are actively working on supporting WS in their products. This is especially true of the application server vendors [15].<br><br> In July 2000, IBM released on its alphaWorks site a WS toolkit which has been steadily enhanced with additional functionality ever since [5, 9]. This kit includes a run-time environment, a demo and examples to help users in designing and executing applications that are built by com- bining web services. IBM has also released what is called the WebSphere SDK (WSDK) for Web Services [10].<br><br> IBM has also developed the Web Services Invoca- tion Framework (WSIF) for supporting the invocation of web services without worry- ing about transport protocols or the locations of the services [6]. WSIF frees a soft- ware developer from the constraints of having to develop services for particular trans- port protocols or service environments. To enable quicker adoption and standardiza- tion IBM has donated the WSIF source code to the Apache XML project under the auspices of the Axis work.<br><br> IBM 9s DB2 has been extended to include support for WS [12]. Consequently, now it is possible to very easily make existing DB2 stored procedures available across the web as services. In July 2001, IBM released the Beta version of Web Services Object Runtime Framework (WORF) [4].<br><br> WORF allows the DB2 XML Extender to support WS. In June 2002, BEA released WebLogic Workshop which allows even developers with no knowledge of J2EE to develop WSs using visual controls [32]. Recently, Google has made available a SOAP-based web service to access its search engine from applications [8].<br><br> On the IBM developerWorks web site, demo applications of some public web services can be found [11]. 4 Work in Progress Microsoft has released the specification for an asynchronous routing protocol, called WS-Routing, for SOAP messages over a variety of protocols like HTTP, TCP and UDP [28]. The entire route for a SOAP message (as well as a return route) can be described directly within the SOAP envelope.<br><br> WS-Routing supports one-way messag- ing, two-way messaging (e.g., request/response and peer-to-peer conversations) and long-running dialogs. It does not define any reliability or retransmission policies. Other groups are extending transaction management concepts like JTS to make web service invocations become transactional.<br><br> In this context, IBM has defined a reliable version of HTTP called HTTPR [23]. A draft of a specification for WS for J2EE has just been released [20]. It relies on JAX-RPC as the base technology.<br><br> Research work is currently in progress in IBM Almaden and IBM Tokyo to extend existing support for caching [14] to deal with results of invocations of WS. WS is becoming more popular in the intranet environment compared to the internet environment [27]. Private UDDI directories are being used to enable this.<br><br> They are also being used within a company to catalog information regarding the partner compa- nies whose services the former makes use of. They are also useful for keeping track of services developed within the company itself by various groups of people for intra- company usage. A rating system for trustworthiness and quality of service is needed for companies whose services are made available via a public UDDI directory.<br><br> An- other crucial feature is security. Work is currently in progress to add security to WS [21, 31]. In April 2002, IBM, Microsoft and VeriSign defined the specification for WS-Security [29].<br><br> It defines a set of SOAP headers that could be used to specify secu- rity measures like encryption and digital signatures for WS. It also defines a general mechanism for passing around a set of arbitrary security tokens. Once the 3 rd VLDB Workshop on Technologies for E-Services (TES2002) is over, the slides of the talk for which this extended abstract has been written will be available at http://www.almaden.ibm.com/u/mohan/WebServices_TES2002_Slides.pdf References 1.<br><br> Arkin, A., Askary, S., Fordin, S., Jekeli, W., Kawaguchi, K., Orchard, D., Pogliani, S., Riemer, K., Struble, S., Takacsi-Nagy, P., Trickovic, I., Zimek, S. Web Service Choreography Interface 1.0 Specification , BEA, Intalio, SAP and Sun, June 2002. http://ftpna2.bea.com/pub/downloads/wsci-spec-10.pdf 2.<br><br> Box, D., Ehnebuske, D., Kakivaya, G., Layman, A., Mendelsohn, N., Nielsen, H., Thatte, S., Winer, D. Simple Object Access Protocol (SOAP) 1.1 , W3C Note, May 2000. http://www.w3.org/TR/SOAP/ 3.<br><br> Christensen, E., Curbera, F., Meredith, G., Weerawarana, S. (Eds.) Web Services Description Language (WSDL) 1.1 , W3C Note, March 2001. http://www.w3.org/TR/2001/NOTE-wsdl-20010315 4.<br><br> DB2 XML Extender Web Services Object Runtime Framework (WORF) , July 2001. http://www.ibm.com/software/data/db2/extenders/xmlext/docs/v72wrk/WORF.html 5. Feller, J.<br><br> IBM Web Services Toolkit 3 A Showcase for Emerging Web Services Technologies , IBM, http://www.ibm.com/software/solutions/webservices/wstk-info.html 6. Fremantle, P. Applying the Web Services Invocation Framework 3 Calling Services Independent of Protocols , IBM DeveloperWorks, June 2002.<br><br> http://www.ibm.com/developerworks/webservices/library/ws-appwsif.html 7. Gisolfi, D. Web Services Architect Part 1: An Introduction to Dynamic e-Business , IBM, April 2001.<br><br> ftp://www.software.ibm.com/software/developer/library/ws-arc1.pdf 8. Google Web APIs, Google, http://www.google.com/apis/ 9. Web Services Toolkit , IBM alphaWorks, July 2000.<br><br> http://www.alphaworks.ibm.com/tech/webservicestoolkit/ 10. WebSphere SDK for Web Services (WSDK) , IBM DeveloperWorks, http://www.ibm.com/developerworks/webservices/wsdk/ 11. Web Services Demos: Learn by Example 3 GUI, Code and Documentation , IBM DeveloperWorks, http://www.ibm.com/developerworks/offers/wsdemos.html 12.<br><br> Dynamic e-Business with DB2 and Web Services , IBM, 2001. http://www.ibm.com/software/data/pubs/papers/ db2webservices/db2webservices.pdf 13. Mohan, C.<br><br> Tutorial: Workflow Management in the Internet Age , EDBT Founda- tion 9s Summer School, La Baule-les-Pins, France, May 1999. http://www.almaden.ibm.com/u/mohan/workflow.pdf 14. Mohan, C.<br><br> Tutorial: Caching Technologies for Web Applications , 27th Interna- tional Conference on Very Large Data Bases, Rome, September 2001. http://www.almaden.ibm.com/u/mohan/Caching_VLDB2001.pdf 15. Mohan, C.<br><br> Tutorial: Application Servers and Associated Technologies , 28th Inter- national Conference on Very Large Data Bases, Hong Kong, August 2002. http://www.almaden.ibm.com/u/mohan/AppServersTutorial_VLDB2002_Slides.pdf 16. Universal Description, Discovery and Integration (UDDI) Version 2.0 Specifica- tion , June 2001 , http://uddi.org/specification.html 17.<br><br> Web Services Journal, http://www.sys-con.com/webservices/ 18. Web Services Activity , W3C, http://www.w3.org/2002/ws/ 19. Thatte, S.<br><br> XLANG Web Services for Business Process Design , Microsoft, 2001. http://www.gotdotnet.com/team/xml_wsspecs/xlang-c/default.htm 20. Web Services for J2EE , Version 1.0, Public Draft v0.3, JSR 109, April 2002.<br><br> http://www.ibm.com/software/solutions/webservices/pdf/websvcs-0_3-pd.pdf 21. Snell, J. Securing Web Services , IBM, May 2002.<br><br> http://www.ibm.com/software/solutions/webservices/pdf/wp_securingws.pdf 22. Leymann, F. Web Services Flow Language (WSFL 1.0) , IBM, May 2001.<br><br> http://www.ibm.com/software/solutions/webservices/pdf/WSFL.pdf 23. Todd, S., Parr, F., Conner, M. A Primer for HTTPR 3 An Overview of the Reliable HTTP Protocol , IBM, April 2002.<br><br> http://www.ibm.com/developerworks/library/ws-phtt/ 24. Web Service Choreography Interface (WSCI) FAQ , BEA, Intalio, SAP and Sun, June 2002. http://ftpna2.bea.com/pub/downloads/wsci-faq-060302.html 25.<br><br> Web Services Tutorials , xml.com. http://www.xml.com/pub/rg/Web_Services_Tutorials 26. Microsoft .Net Framework SDK QuickStart Tutorials , Microsoft, http://samples.gotdotnet.com/quickstart/ 27.<br><br> Wong, W. Web 8Yellow Pages 9 Still a Dream , ZDNet News, July 2002. http://zdnet.com.com/2100-1106-941184.html 28.<br><br> WS-Routing Specification Index Page , Microsoft, October 2001. http://msdn.microsoft.com/library/en-us/dnglobspec/html/wsroutspecindex.asp 29. Atkinson, B., Della-Libera, G., Hada, S., Hondo, M., Hallam-Baker, P., Kaler, C., Klein, J., LaMacchia, B., Leach, P., Manferdelli, J., Maruyama, H., Nadalin, A., Nagaratnam, N., Prafullchandra, H., Shewchuk, J., Simon, D.<br><br> Web Services Secu- rity (WS-Security) Version 1.0 , IBM, Microsoft and VeriSign, April 2002. ftp://www.software.ibm.com/software/developer/library/ws-secure.pdf 30. Leymann, F., Roller, D., Schmidt, M.-T.<br><br> Web Services and Business Process Man- agement , IBM Systems Journal, Vol. 41, No. 2, 2002.<br><br> http://www.research.ibm.com/journal/sj/412/leymann.pdf 31. Hondo, M., Nagaratnam, N., Nadalin, A. Securing Web Services , IBM Systems Journal, Vol.<br><br> 41, No. 2, 2002. http://www.research.ibm.com/journal/sj/412/hondo.pdf 32.<br><br> WebLogic Workshop, BEA, 2002. http://edocs.bea.com/workshop/docs70/index.html

less

Copyright © 2010 beepdf.com. All rights reserved.