You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by James Black <jb...@ieee.org> on 2002/06/20 20:41:10 UTC

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.