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 Tom Jordahl <to...@macromedia.com> on 2002/12/02 21:30:51 UTC

RE: SimpleAxisServer & ?wsdl

 
Hi Simon,
 
Try using the path http://localhost:6060/axis/services/echo?WSDL <http://localhost:6060/axis/services/echo?WSDL> 
 
I think you are missing the "/axis".
 

-- 
Tom Jordahl 
Macromedia Server Development 

-----Original Message-----
From: Simon Fell [mailto:SFell@LeapFrog.com]
Sent: Tuesday, November 26, 2002 7:22 PM
To: 'axis-user@xml.apache.org'
Subject: SimpleAxisServer & ?wsdl



I've managed to deploy a class via the command line org.apache.axis.client.AdminClient to a service running under the SimpleAxisServer, but any attempt to look at the wsdl using http://localhost:6060/services/echo?WSDL <http://localhost:6060/services/echo?WSDL>  return a SOAP Fault message "The AXIS engine could not find a target service to invoke! targetService is null" attempts to look at the WSDL for the default admin and version services also return the same error, should ?WSDL work with SimpleAxisServer ? This is on Axis 1.0 release on OSX. Also an attempt to call the service generates the same error.

Thanks 
Simon