Title: RE: New to Axis. Please help

Hi

when I type "http://localhost:8080/axis/services/MyObjectService.wsdl" I get

/axis/services/MyObjectService.wsdl
Hi there, this is an AXIS service!

Perhaps there will be a form for invoking the service here...


But when I type "http://localhost:8080/axis/services/MyObjectService?wsdl" I get

AXIS error
Sorry, something seems to have gone wrong... here are the details:

The AXIS engine could not find a target service to invoke!  targetService is DynaObjectService

Also when I type http://alina.acomp.usf.edu:8080/axis/servlet/AxisServlet in the url, it doesn't list out "MyObjectService"

Do I need to configure something in order for AxisServlet to spit out "MyObjectService" in the list.

Regards

Sudipta Dutta Roy
   


-----Original Message-----
From: James Black [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 20, 2002 11:41 AM
To: [EMAIL PROTECTED]
Subject: Re: New to Axis. Please help


Ambrose Tati wrote:

> I'm getting into Axis and would very much appreciate some help.I
> started off by deploying some basic HelloWorld web service as a JWS
> service. No problems there. I can see the service as deployed and  I
> can obtain its WSDL through my browser. I then tried to deploy the
> same service with a descriptor.wsdd file. The service is listed as
> deployed but when I point my browser
> tohtpp://localhost:8080/axis/services/<service-name>?wsdl I get a
> error that says: "Sorry, something seems to have gone wrong...here are
> the details:The AXIS engine could not find a target service to invoke!
> targetService is <service-name>" What's gone wrong?

  On my machine I use this:
http://alina.acomp.usf.edu:8080/axis/servlet/AxisServlet and ensure that
the service exists, and what the correct name is. You may want to try
doing that.

Reply via email to