I have another interesting question for the list today. In my experience with Apache SOAP up to this point I have been exposing a Java class as a SOAP service. So every time that I want to deploy a new service I have to go the administration page and deploy the service. My question is what if I have a service that essentially needs to return a uri for an object that it has created. I do not want to return an object to client because I want to keep the object on the server side. This is more dynamic than going to the administration page an deploying a new service. Has anyone done this?
Thanks, Jared