Hello all,

I have tried the following:

  C:\jakarta-tomcat-4.0.2\bin>java org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService list

and I got the following error message:
        
  Doing a list
  AxisFault
    faultCode: http://xml.apache.org/axis/:Server.userException
    faultString: org.xml.sax.SAXException: Bad envelope namespace:
    faultActor: null
    faultDetail:
        exceptionName: org.xml.sax.SAXException
        stackTrace: org.xml.sax.SAXException: Bad envelope namespace:
        at
org.apache.axis.message.EnvelopeBuilder.startElement(EnvelopeBuilder.java:10
8)
        at
org.apache.axis.encoding.DeserializationContext.startElement(Deserialization
Context.java:643)
        at
org.apache.xerces.parsers.SAXParser.startElement(SAXParser.java:1376)
        at
org.apache.xerces.validators.common.XMLValidator.callStartElement(XMLValidat
or.java:1284)
        at
org.apache.xerces.framework.XMLDocumentScanner$ContentDispatcher.dispatch(XM
LDocumentScanner.java:938)
        at
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.
java:381)
        at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1098)
        at javax.xml.parsers.SAXParser.parse(SAXParser.java:393)
        at
org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext
.java:204)
        at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:378)
        at org.apache.axis.client.Call.invoke(Call.java:1268)
        at org.apache.axis.client.Call.invoke(Call.java:658)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:323)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:294)
        at org.apache.axis.client.AdminClient.list(AdminClient.java:156)
        at org.apache.axis.client.AdminClient.list(AdminClient.java:149)
        at org.apache.axis.client.AdminClient.process(AdminClient.java:242)
        at org.apache.axis.client.AdminClient.main(AdminClient.java:344)

I have installed Axis SOAP on the Jakarta-Tomcat Server 4.0.2. Can someone
tell me what can be wrong?

PAtrick

-----Original Message-----
From: Adam.Leggett [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 11, 2002 12:27 PM
To: '[EMAIL PROTECTED]'
Subject: RE: Find the List of Services


You can get a list of deployed services using the AdminClient ie:

java org.apache.axis.client.AdminClient
-lhttp://<host>:<port>/axis/services/AdminService list


-----Original Message-----
From: Lakshmi Prasad [mailto:[EMAIL PROTECTED]] 
Sent: Monday, February 11, 2002 4:30 AM
To: axis-user
Cc: axis-dev
Subject: Find the List of Services


Hi All ,
I am new to Axis.
I am deploying the services by using deploy.wsdd fiels given in the
samoples.
But I want to know the how many services are running.Is there any command or
batch file like "list.bat "file in the SOAP2.2 to know the services. 

awaiting an early reply.
Thanks in advance.

Regards
Prasad

Reply via email to