I have an interesting situation were I am interested in not necessarily running a soap service on a central server but possibly on individual client machines. This client soap service would act as a gateway to local machine functionality and other local LAN capability. I was wondering if anyone knows of any lighter weight servlet options other than tomcat. Can I expose Apache SOAP via some other mechanism that would not have such a large footprint on the client machine? I need something very light weight that can handle the soap calls. I would be curios to here suggestions. Has anyone else out there tried to do this? Thanks a lot
Jared