Hi James, I had the same problem, which I have since resolved. The problem is that the wsdl does not include the port in the url of the service. You can either add the /axis entry to your mod_jk configuration on tomcat (so that tomcat passes these entries to the right port), or add the port to the wsdl. I chose the first approach and it works like a charm. Good luck. Hope this helps!
Regards, Harry Wagner > -----Original Message----- > From: James Black [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 12:34 PM > To: [EMAIL PROTECTED] > Subject: re: HTTP status 404 in .net > > > Hello, > I have some java clients for my webservices (unit tests) and these > work fine. All the tests pass. > The .NET tests fail, most of them with 'HTTP status 404: Not Found.' > > I am using Tomcat 4.1.18, and the newest release for axis, and > jdk1.4.1 for Solaris, on the server side. > > Any ideas as to what might be the problem? I don't know what I > changed, but my tests were passing last week. > > Thank you. >
