Thanks Thomas...
There was another problem about a null pointer exception...
----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, October 09, 2004 2:11 AM
Subject: Re: InvocationTargetException
> could be anything, id suggest where you have your SoapBindingImpl class,
> you call the relevant method from a jsp or similar to help track it down
> server side. your probably missing a jar somewhere.
>
> /tom
>
>
> > Hi all,
> >
> > I'm generate Java objects with the WSDL2Java tool
> > I have a simple service running in Axis server
> >
> > When I execute the java client an exception is throwed:
> > InvocationTargetException.
> >
> > The exception string is showed below:
> >
> > AxisFault
> >
> > faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
> >
> > faultSubcode:
> >
> > faultString: java.lang.reflect.InvocationTargetException
> >
> > faultActor:
> >
> > faultNode:
> >
> > faultDetail:
> >
> > {http://xml.apache.org/axis/}stackTrace: AxisFault
> >
> > faultCode:
{http://schemas.xmlsoap.org/soap/envelope/}Server.userException
> >
> > faultSubcode:
> >
> > faultString: java.lang.reflect.InvocationTargetException
> >
> > faultActor:
> >
> > faultNode:
> >
> > faultDetail:
> >
> > I don't know what is the problem ...
> >
> > Thanks...
> >
> >
>
>