Axis 1.3 isn't working at all with JDK 1.5.0_06

2006-05-10 Thread robert
So I've got a web app and if I put in Axis's 1.3 jars (not including endorsed) I get the following please note if I change these to Axis 1.4's jars and redeploy everything works correctly. What am I missing? AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException

Re: Axis 1.3 isn't working at all with JDK 1.5.0_06

2006-05-10 Thread robert
This turned out to be missing jars. Thankfully I found a hint online that suggested you catch Throwable in your binding implementation to see what the root exception was. Thanks who whoever posted that you said me a lot of headache. I sure hope that the later versions of Axis no longer swallow