RE: java.lang.reflect.InvocationTargetException invoking web service

2005-01-19 Thread Jason Judt
ubject: RE: java.lang.reflect.InvocationTargetException invoking web service Hi We encountered with the same problem and found that in case of java.lang.Error was thrown on the server side axis just ignores the cause and answers to client with just InvocationTargetException without the cause. It is inconsistency in axis

java.lang.reflect.InvocationTargetException invoking web service

2005-01-10 Thread Greg Cawthorn
I am attempting to invoke a simlpe web service on Tomcat 5.0.25 with the Axis 1.1 webapp. The service has a single method which has one parameter, which I am serializing using Axis' BeanSerializer and BeanDeserializer classes. I have a element declared for this class in my WSDD, and my generate