Updated: 8/12/2003; 11:00:26 AM.
John Bristowe's Weblog
public class JohnBristowe : Plumber, ITookTheRedPill { ... }
        

Sunday, November 10, 2002

In an effort to better understand GXA, I grabbed IBM's Web Services Toolit (WSDK) v3.2.2 last night and discovered (to my surprize) that it supports WS-Coordination and WS-Transaction. Cool!

Time to re-familiarize myself with an old love; Java. ;-)


6:22:24 PM    comment []

Recently, I’ve spent some time working with the WSDK and I am quite impressed with what I have seen thus far.

The Web Services Development Kit (WSDK) Technical Preview is a .NET class library (Microsoft.WSDK.dll) that features support for a number of GXA specifications including DIME, WS-Attachments, WS-Routing, WS-Referral, and WS-Security.

The WSDK supports both client-side and server-side communication; it provides a protocol class (Microsoft.WSDK.WSDKClientProtocol) for proxies as well as a HTTP module (Microsoft.WSDK.HttpModule) that integrates nicely with the ASP.NET runtime. Architecturally, both utilize a pipeline of filters that communicate with a context (Microsoft.WSDK.SoapContext) to process SOAP headers as messages cross application boundaries. It also appears that the WSDK also has support for custom filters.

My experience with the WSDK thus far has been extremely positive. If I had to sum up my experience, I would do so as follows:

Pros

  • Easy to program
  • Highly extensible
  • Highly configurable

Cons

  • Difficult to troubleshoot problems
  • No support for .NET Remoting

Lack of support for .NET Remoting doesn’t bother me too much. It is - after all - a technical preview at the moment. For what it’s worth, Werner Vogels recently reported that the WSDK engine can be supported outside of ASP.NET. Excellent!

On a side note, I have not had a chance to test interoperability of the WSDK with IBM’s Web Services Toolkit (WSTK) v3.2.2. It has reported on various newsgroups that both are able to exchange WS-Security headers.

All in all, I really like the direction the XML Web Services team at Microsoft is headed. I believe that GXA and the WSDK both represent “goodness” (as Don Box would say). I look forward with eager anticipation to see what other interesting goodies Microsoft plans to dump on us.


11:12:04 AM    comment []

© Copyright 2003 John Bristowe.
 
November 2002
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
Sep   Dec


Click here to visit the Radio UserLand website.

Subscribe to "John Bristowe's Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.