Hi all; I try to deploy a web service with
java org.apache.axis.client.AdminClient undeploy.wsdd and my file undeploy.wsdd is : <undeployment xmlns="http://xml.apache.org/axis/wsdd/"> <service name="contextShare"/> </undeployment> The web service contextShare exists into my axis server. I obtain the next message error: Exception: AxisFault faultCode: {http://xml.apache.org/axis/}HTTP faultSubcode: faultString: (404)Not Found faultActor: faultNode: faultDetail: {}:return code: 404 <html> <head> <title>Error 404 Not Found</title> </head> <body> <h2>HTTP ERROR: 404</h2><pre>Not Found</pre> <p>RequestURI=/axis/services/AdminService</p> <p><i><small><a href="http://jetty.mortbay.org">Powered by Jetty://</a></small></i></p> I suppose that it's occurs because http://xml.apache.org/axis/wsdd/ is not found. This address appeares in the axis/WEB-INF/server-config.wsdd file too. How could i modified this files for this to work? thanks
