Interestingly enough, and I probably should have tried this anyway, I ran my axis service under tomcat 3.2.1 and jdk1 2.2. and with one 'if' statement fixed in the HTTPClient class, it ran like a champ. The HTTPClient code was using a method, getUserInfo(), that is new to 1.3+.
Granted, I'm not using any generated code either, so if there is proxy stuff happening there, then it certainly won't work, but for my case it does. Robert >>> [EMAIL PROTECTED] 05/30/03 07:26AM >>> As per the Installation Guide (http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/install.html), Axis does require JDK 1.3+. Sorry, Rick -----Original Message----- From: Robert McIntosh [mailto:[EMAIL PROTECTED] Sent: Friday, May 30, 2003 8:21 AM To: [EMAIL PROTECTED] Subject: jdk 1.2.2 Will axis work under a 1.2.2 environment? I searched the archives and the only thing I found pertained to generated code from wsdl files, which I don't use. So does the engine itself require a 1.3+ JRE? If so, is there (hopefully) some small piece that is using 1.3 apis that could be changed? We have put a lot of time in already to eliminate discovery dependencies for classloading issues and a few other hacks to get this running and I would hate to dump it all and find something else. Thanks, Robert
