We have developed our own light weight middle tier server that handles a lot
of processing and requests from our website.  What I'd like to do is to
start sending soap messages to this server from our website and other
locations.

The question is what would be the best tool to handle this.  Sun's JAXM,
Apache Axis, or develop the SOAP message handler ourselves.  I had Apache
Soap 2.x installed, but it appeared to me that there was no way to handle
the message except at the webserver level since the soap processing was in a
servlet.

What I need to do is get the original message from the website and then
forward it to our app server for processing.  After looking at the Axis
site, it appears that it implements the JAXM specification.  Sun has it's
own implementation and I'm not sure if either of these can be used outside
the context of a servlet.

Surely someone has already gone down this path and can provide some advice.

TIA

Jeff

To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm

Reply via email to