Hello community, I use a maven script for building and deploying a web application to Tomcat. Therefore web service skeletons, WSDDs, ... are automatically created using this maven script. Does anyone know how I can automatically deploy my web services using Axis? I suppose the AxisServlet has to be used since I can run Axis' admin client in the command shell to deploy services by myself:
java org.apache.axis.client.AdminClient -lhttp://localhost:8081/domain/servlet/AxisServlet C:\[path-to-application]\deploy.wsdd] I don't find any information using google. How are the maven tasks called for automatically deploying? Thanks for your answers in advance, Johlke -- View this message in context: http://www.nabble.com/How-to-automatically-deploy-an-Axis-webservice--tf4562243s177.html#a13020394 Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
