| Close Window |
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.
The different products used for development also have to comply with many requirements such as the need to have similar implementations (data types, formats, and schemas) of the standards that you want to use. As different products are provided by different vendors, developed by several sets of people, and employ various types of underlying technologies, achieving a common understanding often becomes very difficult, which makes the products likely to be non-interoperable with each other.
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:
1. This article uses the term "product" as a common term to refer to platforms, technologies, or tools provided by software vendors for developing Web Services.
2. It uses examples of interoperability between J2EE- and .NET- based Web Services. However, the given guidelines and best practices can be applied to other platforms too.
3. This article assumes that the reader is aware of basic Web Services concepts and knows the different steps involved in develoing Web Services.
Basic Web Services Interoperability
Achieving interoperability for scenarios involving only basic standards is relatively easy if you follow the guidelines set by the Basic Profile (BP) 1.0 or 1.1 of the Web Services Interoperability Organization (WS-I). The Basic Profile consists of implementing guidelines recommending how a set of core Web Services specifications should be used together to develop interoperable Web Services. The guidelines address technologies that cover four core areas: Messaging, Description, Discovery, and Security. BP1.0 covers the following core Web Services specifications and provides constraints and clarifications to these base specifications, along with conventions about how to use them together:
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
The basic Web Services specifications such as XML, SOAP, and UDDI have been around for a long time now and have been ratified by one standards body or another (described later in this section) as standards. These specifications have also found wide adoption in the industry and in leading Web Services products. However, the case is not the same for advanced Web Services specifications or WS-* specifications. Figure 1 below graphically represents how different categories of specifications fit in the context of a Web Services framework.
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
This section describes the process followed by W3C and OASIS to adopt a specification as a standard. The exact process followed by the two standards bodies might be different, but on a high level, they follow the process described here.
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
The specifications listed in Figure 1 are at different "statuses" or "maturity levels" of the standards process. For example, WS-Security (SOAP Message Security v1.1) is an OASIS standard and WS-Addressing v1.0 is a W3C Candidate Recommendation (almost equivalent to a standard). WS-Policy is only a formal submission to W3C and WS-AtomicTransaction (WS-AT) isn't even submitted to a standard body; it's a joint publication by BEA, IBM, Microsoft, and few other vendors.
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
There are some areas where there's more than one specification to address the same functionality; the multiple specifications are supported by different consortia of vendors.
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-*
You need to look from a number of perspectives to ensure the interoperability between Web Services (using WS-* specifications) that are built on different products. This section offers insight into these perspectives and provides examples wherever applicable.
Support for the Same Specifications
As mentioned above, there could be more than one specification for the same functionality such as reliability or orchestration. Before you start, ensure that the products on which the Web Services are developed support the same specification.
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
In some instances, the two products might use the same version number of a specification, but the namespaces for the specification might refer to different schemas. For example, both WCF Feb 2006 CTP and WLS 9.0 use the February 2005 version of the WS-RM Policy specifications but refer to different namespaces. The WCF Feb 2006 CTP generatesw WSDLs that refer to the following namespace for WS-RM Policy Assertions:
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
Although products may claim to support a particular specification, they may not support all the features in the specification that aren't mandatory. For example, WS-RM specifies four kinds of delivery assurances: AtMostOnce, AtLeastOnce, ExactlyOnce, and InOrder. However, WCF Feb 2006 CTP supports only two options: ExactlyOnce and InOrder. Hence, you need to make sure that both the products that you're trying to interoperate support the option you're choosing for implementation.
Special Cases You can come across many issues, which can't be categorized in a particular type of issue like the ones listed above. Such issues might be because of some problem in the configurations of a service, or client, or might also be because of some bug in a product. For example, there's a special problem between WLS 9.0 and WCF Feb 2006 CTP.
When a client running in WLS 9.0 calls an operation defined in a WCF Feb 2006 CTP service using WS-RM, the WLS requires at least one "two-way" (Request-Response or Solicit-Response) operation to be defined in the WCF service. Otherwise, WLS can't use WS-RM for communicating with WCF. The "two-way" operation is required even if the WLS client is only calling "one-way" operations in the WCF service.
To understand this special problem, you have to know the kinds of messages that get exchanged in a typical WS-RM-based communication, which is shown in Figure 2:
According to the WS-RM specification, a source end-point sends a message with a <CreateSequence> element to a destination end-point to start a reliable session. The destination end-point responds with a message having a <CreateSequenceResponse> element. When the destination end-point is deployed using WCF CTP, WCF CTP sends the message with a <CreateSequenceResponse> element to the location that's provided in the <ReplyTo> element (defined in the WS-Addressing specification), which is present in the header of the CreateSequence message. Whereas, when WLS 9.0 hosts a destination end-point, it sends the response message to the location provided in the <AcksTo> element (defined in the WS-RM specification), which is present inside the <CreateSequence> element of the CreateSequence message.
When a WLS 9.0 client sends WS-RM-based messages to a WCF CTP service and there's no two-way operation defined in the service, the <ReplyTo> element in the CreateSequence message sent by WLS client contains the URI for an anonymous end-point (a well-known URI defined in WS-Addressing) as given below:
<wsa:ReplyTo xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:ReplyTo>
The WCF CTP service uses the address provided in the <ReplyTo> element to send the response message with the <CreateSequenceResponse> element. Because the anonymous end-point address provided here is used to indicate no response processing, no CreateSequenceResponse reaches the client and hence a reliable session can't be initiated. However, when a WCF CTP service has at least one two-way operation defined, WLS 9.0 fills the <ReplyTo> element of the CreateResponse message with the valid URI and hence a reliable session can be initiated successfully.
Such problems are difficult to identify and can be found only through careful troubleshooting and reading the information available in the product documentation and on the Internet.
Development Best Practices
The WS-*-based
development is a complex activity because of all of these issues. You
can follow the best practices given below to reduce the complexity to
some extent.
1. Start implementing using only the basic Web Services specification.
If your Web Services aren't interoperating at the basic level,
implementing WS-* specifications will only make the issues harder to
identify.
2. For basic Web Services specifications, always use WS-I's Basic
Profile 1.0 or 1.1 guidelines. Most of vendors provide Basic
Profile-compliant products and have tested those products
comprehensively for interoperability. Hence, by following the Basic
Profile, you can easily avoid the issues that WS-I has already
addressed in the Basic Profile. You can verify if your Web Services are
following the Basic Profile by testing your WSDLs in WSDL testing
tools. There are many free tools, including those provided by WS-I, as
well as commercial ones, available to test WSDL.
3. Once your Web Services are interoperating with basic specifications
and BP1.x, start implementing the required WS-* specifications one by
one. If you implement all the required specifications (e.g.
WS-Security, WS-RM, and WS-AT) at the same time and come across an
issue, it would be difficult to identify the culprit.
4. Although this is a very common best practice that can be applied to
any scenario, I feel it's important to mention here. Search on the
Internet for other findings and samples. As WS-* specifications haven't
matured, the documentation for the available products is either
insufficient or incorrect in some areas. In such a situation, it
becomes important to learn from others' experiences. Look at the blogs
of a vendor's key employees involved in interoperability, post into
forums like ws-builders or soapbuilders (described later), or just do a
simple Web search. Many times, you'll find someone who has already
encountered the issue you're facing and he or she can either help you
or can tell you that the problem can't be addressed in the current
version of a product.
Troubleshooting Best Practices
Most of
the time you won't get successful interoperability in the first try.
You can follow the troubleshooting best practices given below to
identify the root cause of the issues you come across:
1. When a problem occurs, identify the step where the problem is
happening. The exact process followed to make a call from a Web Service
or a client to another Web Service may be different from one product to
the other, but the high-level steps remain the same:
a. Get the WSDL of the target Web Service that the client needs to call
b. Generate a "stub" or "proxy" using various tools available in Web
Services toolkits or client development environments (e.g., Add Service
Reference in Visual Studio 2005).
c. Use the generated proxy in the client code to send messages (or make calls) to the target Web Service.
The problem could exist in any of these steps. There could be instances where the WSDL of a target service isn't compatible with your client environment. The examples of such scenarios and their solutions have already been explained.
When the problem exists in the proxy generation, you can look into the output of the tool used for generating the proxy to find out the exact error(s). If the error description doesn't provide much help, you can try other best practices described in the following bullets.
1. When the problem happens in the messages exchanged, you need to
analyze the actual SOAP message exchanged to find the problem and fix
it. Many vendors provide tracing tools with their products that
generate traces of all messages exchanged between two communicating Web
Services. For example, Microsoft provides a TraceViewer tool with WCF
that helps you easily view, group, and filter traced messages. You can
also use the tools that provide traces for TCP packets such as the TCP
Monitor provided with Apache AXIS. To analyze the messages, you should
have adequate knowledge about the specification you're implementing.
You should know the different kinds of SOAP messages, their structure
as well as sequence, that get exchanged between the two interacting
components implementing that specification. For example, to diagnose an
issue in a WS-RM implementation, you have to know the different types
of messages that are exchanged during a reliable session:
CreateSquence, CreateSequenceResponse, Sequence,
SequenceAcknowledgement, etc. as shown in Figure 2.
In this step too, if the message analysis doesn't provide much help,
you can try other best practices described in the following bullets.
2. Try implementing a WS-* specification between two Web Services
developed on the same product. Do this on both the products you're
trying to interoperate. If you're successful then take the same
configurations to implement the specification between the Web Services
developed on different products. By doing this you can identify if the
issue lies in a particular product or in the general configuration of
that specification. When both of these options are ruled out, you can
look for other interoperability-related issues.
3. When you can't identify the reason for an issue that exists while
implementing a WS-* specification between your application's Web
Services, try implementing the specification between simple "hello
world" types of Web Services. This will help you separate business
logic-related problems from the specification's configuration-related
problems. If that succeeds then apply the same configurations to your
application's Web Services.
Web Services Interoperability Resources
There's a
huge amount of information available on Web Services interoperability
and WS-* specifications. I provide some selected resources and brief
descriptions here that I found useful.
Community Groups
Microsoft hosts similar events called WCF Plug Fests. At these events Microsoft invites all industry vendors to its campus for a three- or four-day workshop, where vendors test their products against WCF.
You can get very useful information from such events that may include interoperability scenarios descriptions, scenario testing scripts, live end-points, and sample WSDLs. Here are links to get information about the past events:
© 2008 SYS-CON Media Inc.