Ok.  Thank you.  I guess I'll stop trying to get it to work then. :-)

I do have a different question however.  If you type the following URL into
your web browser:

http://localhost:8080/axis/services/AdminService?method=bogus

You will get a big stack trace with a few FIXMEs in it.  This is more or
less the same output I get when I try to deploy my web service from the
command line using the command dictated by the installation instructions:

  java org.apache.axis.client.AdminClient
  -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd

I haven't been able to find any documentation on what causes this error.  By
looking at the AdminService web service it seems to have something to do
with the non-existence of a method (or class).  Am I correct in believing
that although the installation document says this command should work it
doesn't because the AdminService is not functional (as per the message
below).  If that's true, what do I need to do differently to deploy my own
web service, or where might I look for more information about how to deploy
my own web service that doesn't rely on
http://localhost:8080/axis/services/AdminService?

Thank you again,
Brion

-----Original Message-----
From: Tom Jordahl [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 06, 2002 2:37 PM
To: '[EMAIL PROTECTED]'
Subject: RE: AdminService useful?


> Is this service supposed to actually provide some administrative
> functionality like Apache SOAP 2.3 has with their Administrative client
> (deploy, list, and undeploy)?

Nope.  Patches welcome.

Try http://localhost:8080/axis/services/ for a list.

--
Tom Jordahl
Macromedia Server Development



-----Original Message-----
From: Swanson, Brion [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 06, 2002 2:30 PM
To: '[EMAIL PROTECTED]'
Subject: AdminService useful?


Greetings,

After some playing around I've gotten Axis 1.0 to show me the AdminService
WSDL as well as it's list of deployed services.  However, the url:
http://localhost:8080/axis/services/AdminService simply returns:

   AdminService

   Hi there, this is an AXIS service!
   Perhaps there will be a form for invoking the service here...

Is this service supposed to actually provide some administrative
functionality like Apache SOAP 2.3 has with their Administrative client
(deploy, list, and undeploy)?

Thank you,
----------------------------------------
Brion Swanson 
West (A Thomson Company)
x3659 
---------------------------------------- 

Reply via email to