I working on a project with a small simple server. I plan to use SOAP to implement my Client<->Server and like the look of the Axis architecture.
 
What I _don't_ want to do is add all the complexity of Tomcat or a similar servlet container to my server just to handle basic SOAP message passing/handling.
 
I've taken a look at the SimpleAxisServer/Worker code and am considering implementing something similar for my project, but making it production strength (multi-threaded in particular).
 
Has anyone else out on the list already done this?
Would this sort of implementation be of interest to people?
 
In general, I'm a little annoyed that  the SOAP-mesage passing related implementations  that I've looked at (JAXM, JAX-RPC, Axis) seem to assume that the best entry point is through a servlet container...
 
cheers,
 
Jeff

Reply via email to