Hello, from my understanding I think you don't have to specify the wsdl you can. AXIS should automatically generate it. It seems to me like you did not copy the .class files or the package into the WEB-INF\classes directory of axis. Maybe you also did not specify the right value for <parameter name="className" value="here put the right thing"/> in your .wsdd?
Maybe this helps, Paul > -----Original Message----- > From: WAJSBERG Julien RD-BIZZ > [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 28. September 2004 09:30 > To: [EMAIL PROTECTED] > Subject: Re: The automatically deployed ?wsdl document > > > Robert Bateman a �crit : > > >I tried that Karim. I can "see" my service, but it appears > I have something > >mis-configured in my service as I can't seem to get the WSDL > to display. > > > > > > > I think you have to specify the wsdl file in your wsdd. > http://www.osmoticweb.com/axis-wsdd/wsdlFile.htm > also in http://ws.apache.org/axis/java/reference.html > > >Bob > > > >On Monday 27 September 2004 11:31 am, karim wrote: > > > > > >>Robert Bateman wrote: > >> > >> > >>>Apologies for the "newbie" question... > >>> > >>>I'm attempting to diagnose "why" my web service is giving > me an error > >>>whenever I ask for the wsdl document for a newly deployed > service. I > >>>know the service is not complete, but wanted to test the > endpoint. The > >>>error I'm getting when I invoke > >>>http://localhost:8080/home/services/RegisterUser?wsdl is > >>> > >>>AXIS error > >>> > >>>Could not generate WSDL! > >>> > >>>There is no SOAP service at this location > >>> > >>>Invoking http://localhost:8080/home/servlet/AxisServlet gives me > >>> > >>>And now... Some Services > >>> > >>>RegisterUser (wsdl) > >>>registerWebUser > >>> > >>>so I know my service is "deployed" - even if it isn't > perfect yet... I > >>>get > >>> > >>>RegisterUser > >>> > >>>Hi there, this is an AXIS service! > >>> > >>>Perhaps there will be a form for invoking the service here... > >>> > >>>when I invoke http://localhost:8080/home/services/RegisterUser > >>> > >>> > >>>Thanks much! > >>> > >>>Bob > >>> > >>> > >>Hi, > >>try with the following URL : > >>"http://127.0.0.1:8080/axis/services/RegisterUser" > >> > >>maybe, it'll solve your problem > >> > >>Karim > >> > >> > > > > > > > > > . > .
