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...
>
>


Reply via email to