Webservice returns java.lang.reflect.InvocationTargetException
- by Damian
Hi,
I am receiving the above message when making a request to a java webservice.
We originally created a Java Console application and manually submitted an xml file. When running this as a Java Application the response is successfully created and displayed by using System.out.println. We are creating the web service by selecting the java file…