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