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.
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
