did you try this ? http://localhost:8000/axis/services/Schedules?wsdl
the url is incorrect. ----- Original Message ----- From: "Jung, Eric (Contractor)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 27, 2002 10:50 AM Subject: RE: SimpleServer vs. Tomcat 4.0.x > Peng, > Thank you for the suggestion. However, I did deploy the service into > SimpleServer. This is proven by the contents of my server-config.wsdd, and > also the service is listed correctly at http://localhost:8080/services > > Any other ideas? > > > -----Original Message----- > From: Weicheng Peng [mailto:[EMAIL PROTECTED]] > Sent: Friday, September 27, 2002 1:09 PM > To: [EMAIL PROTECTED] > Subject: Re: SimpleServer vs. Tomcat 4.0.x > > > You didn't deploy your web service in Simple Server. > Weicheng > > ----- Original Message ----- > From: "Jung, Eric (Contractor)" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, September 27, 2002 10:01 AM > Subject: SimpleServer vs. Tomcat 4.0.x > > > > Hi group, > > When I deploy my service "Schedules" in Tomcat 4.0.4 and go to > > http://localhost:8080/services/Schedules?wsdl the wsdl returns as > expected. > > Same thing when I call methods on my Tomcat-hosted service from a client; > > everything works fine. > > > > However, when I run the service using Axis SimpleServer, all calls return: > > > > AxisFault faultCode: {http://xml.apache.org/axis/}Server.NoService > > faultString: The AXIS engine could not find a target service to invoke! > > targetService is null faultActor: null faultDetail: The AXIS engine could > > not find a target service to invoke! targetService is null at > > org.apache.axis.server.AxisServer.generateWSDL(AxisServer.java:484) at > > > org.apache.axis.transport.http.SimpleAxisWorker.run(SimpleAxisWorker.java:32 > > 3) at > > > org.apache.axis.transport.http.SimpleAxisServer.run(SimpleAxisServer.java:16 > > 7) at > > > org.apache.axis.transport.http.SimpleAxisServer.start(SimpleAxisServer.java: > > 206) at > > > org.apache.axis.transport.http.SimpleAxisServer.start(SimpleAxisServer.java: > > 214) at > > > org.apache.axis.transport.http.SimpleAxisServer.main(SimpleAxisServer.java:2 > > 77 > > > > My targetService is not null. Even typing > > http://localhost:8080/services/Schedules?wsdl in a browser returns this > > fault. > > > > I tried using Axis nightly build from 9-27-02 (today) and Beta 3 release, > > but I get the same results with both. This used to work! > > > > Any ideas? > > > > TYIA, > > Eric H. Jung > > > >
