Hello, This is likely to be seen as a newbie question, but ... :)
As far as I understand, the deployment of a webservice inside Axis requires: - a running server with the Axis engine servlet - a call to this servlet through the AdminClient Am I right? Isn't there a way to avoid this? Assuming we have a server that cannot be contacted for "administration purposes" like deploying a webservice once it is started, how can we do that? We used to use JaxRPC and this one could be configured quite easily (bundle every config aspect in the war file at build, copy the war file, start the server, you're done). Best regards Frederic
