|
YOUR FEEDBACK
Did you read today's front page stories & breaking news?
SYS-CON.TV |
TOP LINKS YOU MUST CLICK ON Interoperability Web Services Specifications and SOA Interoperability
Achieving interoperability is neither simple nor straightforward
By: Sanjay Narang
Feb. 11, 2007 07:45 PM
Interoperability is an important factor in the success of solutions that are based on Web Services and Service Oriented Architecture (SOA), along with other key factors such as contracts, loose coupling, and reuse. Interoperability is generally accomplished by developing your Web Services using the well-established guidelines for implementing Web Services and by following industry standards such as XML, WSDL, SOAP, and UDDI. However, just following Web Services standards and guidelines during the development phase of a project isn't sufficient to achieve interoperability.
Over the last few years, the basic Web Services standards like XML, WSDL, and SOAP have matured a lot and WS-I has released a Basic Profile (described later) that contains implementation guidelines for basic Web Services standards. Today, most vendors provide products that comply with the Basic Profile and support the standards included in the profile. With the wide adoption of the Basic Profile, software vendors have been able to make their products interoperable to a great extent. As the Web Services industry evolves, it embraces new specifications like WS-Security, WS-ReliableMessaging (WS-RM), and WS-AtomicTransactions (WS-AT) to provide advanced functionalities such as security, reliability, and transactions that are not provided by the basic specifications. These specifications are generally referred to as the WS-* (pronounced WS-Star) specifications. As they are relatively new and have not been so widely agreed on by the industry, achieving interoperability between Web Services that use WS-* specifications is much more difficult and the WS-* specifications may not even be supported in many products. This article provides a set of guidelines and best practices that you can follow to accomplish interoperability when developing web services that make use of the WS-* specifications across products provided by different vendors. It also provides insight into the Web Services specifications situation that contains a large number of WS-* specifications that are being developed by different groups.
Author's Note:
Basic Web Services Interoperability
If you can ensure that all the products being used in your solution are compliant with the Basic Profile, you are very close to achieving the interoperability between those products. Additionally, if you build your Web Services by following the Basic Profile guidelines and by using the specifications listed above, you can achieve complete interoperability. However, the guidelines for using basic Web Services specifications aren't within the scope of this article. To find out more on the topic, you can either look at resources listed in the section "Web Services Interoperability Resources" or search for the keyword "Web Services interoperability" on any major search engine. You'll find numerous articles, guidelines, and samples.
Land in the WS-* Space Note that Figure 1 provides high-level categorization of Web Services specifications; it shouldn't be considered a underlying architecture for Web Services implementations. The basic specification provides the core functionalities for Web Services such as messaging, discovery, and description, whereas WS-* specifications provide advanced functionalities such as security, reliability, and transactions. A specification is generally given the status of a standard when it's approved by a standards body. There are two main standard bodies dealing with Web Services standards:
On the other hand, OASIS focuses on developing and adopting e-business and higher-level Web Services specifications such as ebXML, UDDI, and many of WS-* specifications including WS-Security, WS-Reliability, Web Services Business Process Execution Language (WS-BPEL), etc. Besides to these two major standard bodies, there are two other groups involved in Web Services-related standardizations: 1. The Web Services Interoperability (WS-I) organization (www.ws-i.org/) was founded by Microsoft, IBM, and other vendors primarily to promote interoperability across platforms. It focuses on developing profiles of Web Services standards that enable interoperability. It also provides usage scenarios, sample applications, and testing tools to help you develop applications conforming to the profiles. Its profile, BP1.0, mentioned in the section "Basic Web Services Interoperability" above, has gained wide acceptance in the industry. 2. The Liberty Alliance (www.projectliberty.org/) was co-founded by Sun with the mission to develop Web Services specifications for identity management using the Security Assertion Markup Language (SAML). It focuses exclusively on identity management and security issues.
Stages of a Specification Before Becoming a Standard Generally, some vendors (such as Microsoft and IBM) get together and create a draft version of a specification that they want widely adopted. They publish that draft specification to get feedback and support from the industry. The authoring vendors make changes to the specification per the feedback and, if they choose to, submit an agreed version to one of the standards bodies. The standards body then enters its process for deciding whether to form a working group (WG) in the case of W3C or a technical committee (TC) in the case of OASIS. If it does form the WG or TC, it calls for participation from industry members to work on the specification. The WG or TC works on enhancing the original submission. At this stage, the specification is called a "working draft." When they are done with enhancements, the WG or TC members publish the specification for public review and take inputs. If the specification gets approved in the public review, the TC recommends to the standard body that it ratify the specification as a standard. In the case of the W3C, the process for promoting a specification to the status of standard is more rigorous. This process and the availability of numerous Web Services specifications complicate the building of Web Services using WS-* specifications. The complications are described in the next two sections.
Multiple Statuses Author's Note: The status of the various specifications mentioned in this document is their status at the time of writing. But, their status keeps changing and may be different when you read this.
Competing Specifications For example, the WS-Choreography Description Language v1.0 is a candidate recommendation (close to becoming a final recommendation or a standard) at W3C for Web Services choreography and was submitted initially by Novell, Oracle, and others. On the other hand, Web Services Business Process Execution Language (WS-BPEL) v2.0 is a committee draft at OASIS for very similar requirements (i.e., Web Services orchestration); it's supported by a mostly different set of vendors like BEA, HP, IBM, and Microsoft. Similarly, WS-Reliability v1.1 is an OASIS standard, initially submitted by Sun, Oracle, and others. But another group of vendors made up of BEA, IBM, Microsoft, and TIBCO has published a similar but different specification called WS-ReliableMessaging. In some instances, you'll also find a vendor supporting competing specifications. Because of these complications, achoeving interoperability using WS-* specifications becomes much more difficult compared to using basic Web Services specifications. The following section describes some guidelines that should help you increase the interoperability success rate of your implementations and reduce the time spent in debugging and investigations.
Guidelines for Interoperating Using WS-*
Support for the Same Specifications For example, if you want reliable delivery of messages between Web Services developed on two different products, both products should support the same specification, that is, both support WS-Reliability (WS-R) or both support WS-Reliable Messaging (WS-RM). Otherwise, you may not be able to interoperate between the two products. Another example is about identity federation, for which there are two different specifications available: Liberty Alliance's Identity Framework ID-FF and WS-Federation. In both specifications, federation is implemented through a Security Token Service (STS) that provides security tokens to the requesting clients. But the two specifications use different kinds of security tokens; Liberty Alliance uses extended SAML assertions, whereas WS-Federation uses WS-Security's profiles of X509 and Kerberos. When two parties (or organizations or security zones) plan to implement identity federation between them, they must ensure that the common security token is supported by the two STSes; otherwise, they won't be able to implement the federation. Versions of the Specifications Web Services specifications are evolving and new versions keep moving through both the draft and final stage. But the products that implement these specifications don't change at the same pace. Because of that, you find products from different vendors implementing different versions of the specifications and the different versions of the same specification may not interoperate with each other. In such cases, check if the product that supports the newer version of the specification supports the older version too. Generally, products support the older version to maintain backward compatibility. You should configure a product to use an older version of the specification, if necessary, so that both products use the same version. For example, BEA WebLogic Server (WLS) 9.0 only supports SOAP 1.1 whereas Microsoft Windows Communication Foundation (WCF) February 2006 Community Technology Preview (CTP) supports both SOAP 1.2 and SOAP 1.1. WCF provides out-of-the-box configuration settings for different kinds of bindings. All of the bindings except basicHTTPBinding are configured to use SOAP 1.2 by default. If your WCF Web Services use any of these bindings, they won't be able to communicate with WLS 9.0 clients and vice versa. To enable communication, you need to configure the WCF Web Services with a binding that uses SOAP 1.1. You can do that by creating a custom binding in WCF. You also have to ensure that versions of the other specifications that are being used by the specification you're implementing are the same. For example, WS-RM makes use of WS-Addressing. By default, the WCF Feb 2006 CTP uses the version of WS-Addressing given below: wsa10=http://www.w3.org/2005/08/addressing Whereas the WLS 9.0 supports only the older version of WS-Addressing as given below: wsa=http://schemas.xmlsoap.org/ws/2004/08/addressing In this case also, you have to configure the WCF Web Service with a custom binding that uses an older version of WS-Addressing. If you don't want to create a custom binding, you can manually change the generated WSDL of the WCF service and use the changed WSDL for generating a proxy that the WLS client uses to call the WCF service. This will work only when the two versions are compatible with each other. Sometimes, vendors provide service packs or refresh packs to overcome discrepancies in the released version of the product. These packs might bring in changes in the supported specifications. These changes might break the existing interoperability or enable interoperability where it was absent earlier. For example, IBM WebSphere Application Server (WAS) 6.0 supports the element <CoordinationContextType> for WS-AT, but when the refresh pack 6.0.2.9 is applied over it, the supported element changes to <CoordinationContext>. You should analyze all such changes in the refresh packs before deciding to apply these packs.
Schemas, Namespaces, and WSDLs xmlns:wsrm=http://schemas.xmlsoap.org/ws/2005/02/rm/policy Whereas the WLS 9.0 generates WSDLs that refer to this namespace: xmlns:wsrm=http://schemas.xmlsoap.org/ws/2005/02/rm The namespace above is actually for WS-ReliableMessaging specification and not for WS-RM Policy specification (which is different from WS-ReliableMessaging). But for some reason, WLS 9.0 uses this namespace to refer to RM Policy assertions. In such cases, you can change the WSDL of a service manually to refer to a namespace that is understandable by the client. Subsequently, when you generate the client proxy from that changed WSDL, the client proxy would refer to the changed namespace. Hence the clients can communicate with the service successfully. There's also not much standardization on the location of WS-Policy references in WSDLs. For example, WLS 9.0 adds the policy expression reference in the <operation> element, whereas WCF adds the policy file reference in the <binding> element. In such cases, you have to change the WSDL of a Web Service according to the client requirements. Author's Note: In WebLogic Server 9.2, the namespace has been corrected and the WSDLs generated refer to the WS-RM Policy namespace for policy assertions.
Specifications & Actual Implementations ENTERPRISE OPEN SOURCE MAGAZINE LATEST STORIES . . .
SUBSCRIBE TO THE WORLD'S MOST POWERFUL NEWSLETTERS SUBSCRIBE TO OUR RSS FEEDS & GET YOUR SYS-CON NEWS LIVE!
|
SYS-CON FEATURED WHITEPAPERS MOST READ THIS WEEK |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||