I just stumbled on the same problem.
Which jars did you have to include? I thought I had all of them, but then I can't be too sure ...
Thanks,
Annette
On 5/8/06, Martin Wunderlich <[EMAIL PROTECTED]> wrote:
Just a little update here: After some debugging I finally found the
root cause for this. I took a while to get to it, because I was
catching an Exception instead of Throwable and only the latter gave me
the real cause for my troubles. It turned out that it was some missing
Jars, which hadn't been copied over to the Tomcat directories from
Eclipse.
Cheers,
Martin
> Dear all,
> Having resolved one problem, I am now stuck with a new one.
> I have an Axis 1.3 web service deployed to Tomcat 5.5.4 running on
> Windows XP Pro. The web service offers several methods. One of these
> is returning a simple String and it works fine. Another method,
> which takes as input a complex type, will give me the following
> error when I invoke the call from the client:
> AxisFault
> faultCode:
> {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
> faultSubcode:
> faultString: java.lang.reflect.InvocationTargetException
> faultActor:
> faultNode:
> faultDetail:
> { http://xml.apache.org/axis/}hostname:Hermes
>
> java.lang.reflect.InvocationTargetException
