Hello everybody,
I am calling a webservice which is deployed in tomcat(axis).
It worked fine before and suddenly I get the following error.I couldnt figure out what went wrong?
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>
soapenv:Server.userException
</faultcode>
<faultstring>
java.lang.reflect.InvocationTargetException
</faultstring>
<detail>
; <ns1:hostname
xmlns:ns1="http://xml.apache.org/axis/">scott</ns1:hostname>
</detail> </soapenv:Fault> </soapenv:Body>
</soapenv:Envelope>
This is my soap response.I am using tomcat 5.0.30 and hdk 1.4.2_08. can anyone tell me what might be the problem and how can I correct it.
Thanking you in advance.
- java.lang.reflect.InvocationTargetException stud aosoa
- RE: java.lang.reflect.InvocationTargetException PrioCon Development
- Re: java.lang.reflect.InvocationTargetExcepti... stud aosoa
- Re: java.lang.reflect.InvocationTargetExc... Robina Brintha
- Re: java.lang.reflect.InvocationTargetException Mike Woinoski
