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 Pratik Datta <pr...@peregrine.com> on 2001/12/14 03:56:40 UTC

?wsdl problems

I am trying to use axis alpha2 on ServletExec 4.1

I deployed the "addr" sample, Now I am trying to generate WSDL for it using 
http://<myserver>/axis/services/AddressFetcher2?wsdl


I get this error:
-------------------------
	Fault - AxisFault
	  faultCode: http://xml.apache.org/axis/:Server.NoService
	  faultString: The Axis engine couldn't find a target service to
generate WSDL for! targetService is AddressFetcher2
	  faultActor: null
	  faultDetails: null
	 
	Axis HTTP Servlet
	Hi, you've reached the Axis HTTP servlet.Normally you would be
hitting this URL with a SOAP client rather than a browser. 
	In case you're interested, my Axis transport name appears to be
'http' 
--------------------------------------------------

Is this not a valid way to generate wsdl?

Thanks
Pratik