I deployed a service via the AdminClient app.
It succeeded, the service is listed when invoking the View link in the Axis
home page of my installation.

However, when I run the AdminClient with the "list" command per the
documentation I get an Unauthorized response. Any ideas?
Here is the printed output.

     [echo] List of deployed components
     [java] Oct 25, 2002 1:05:21 PM org.apache.axis.client.AdminClient main
     [java] SEVERE: Exception:
     [java] AxisFault
     [java]  faultCode: {http://xml.apache.org/axis/}HTTP
     [java]  faultString: (401)Unauthorized
     [java]  faultActor: null
     [java]  faultDetail:
     [java]     null: return code:  401
     [java] <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML
2.0//EN">
     [java] <HTML><HEAD>
     [java] <TITLE>401 Unauthorized</TITLE>
     [java] </HEAD><BODY><H1>Unauthorized</H1>
     [java] </BODY></HTML>


     [java] (401)Unauthorized
     [java]     at
org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTP
Sender.java:630)
     [java]     at
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.j
ava:131) ......


Reply via email to