check if you have your axis server <started>
----- Original Message ----- From: "Roberto Gil Sánchez" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, February 20, 2006 12:12 AM
Subject: undeploy.wsdd not work


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
&lt;html&gt;
&lt;head&gt;
&lt;title&gt;Error 404 Not Found&lt;/title&gt;
&lt;/head&gt;
&lt;body&gt;
&lt;h2&gt;HTTP ERROR: 404&lt;/h2&gt;&lt;pre&gt;Not Found&lt;/pre&gt;
&lt;p&gt;RequestURI=/axis/services/AdminService&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;small&gt;&lt;a
href=&quot;http://jetty.mortbay.org&quot;&gt;Powered by
Jetty://&lt;/a&gt;&lt;/small&gt;&lt;/i&gt;&lt;/p&gt;


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




Reply via email to