Hi everyone,
I am doing a webservices application. I am calling a service called UserService which is deployed in Tomcat.In that service a method called upload is there.I am passing a
SOAP request to that service with the help of XML.
But it is throwing a exception called
in
tomcat java.lang.reflect.InvocationException
in eclipse javax.xml.SoapException :Exception occured while invoking method upload
I need help on breaking the above exception. can anyone suggest me the solution