I just wanted to point anyone interested in
SOAP at a project they may not be familar with -- the new Apache Axis project
http://xml.apache.org/axis/index.html Axis is the third-generation SOAP server implementation from Apache. The cool thing about this server is that it takes some ideas from the
Servlet 2.3 specification (the idea of filters) and applies them to SOAP. That way all of the cool stuff we've been promised (like security, transactions, etc.) that's not currently part of SOAP can be added as a set of "filters" that pre-process and post-process the SOAP messages.
I just saw a presentation on this two weeks ago by Steve Graham, the leader of the project, and it's the coolest thing since sliced bread. Check it out!
Kyle
------------------
Kyle Brown,
Author of
Enterprise Java (tm) Programming with IBM Websphere
See my homepage at
http://members.aol.com/kgb1001001 for other WebSphere information.