On 9/2/05, PrioCon Development <[EMAIL PROTECTED]> wrote:
Hi,I've encountered this issue several times myself. It was a while ago, but I think it was (in my situation) because we didn't added a new WS class type to the wsdd (axis) and that caused a ClassNotFoundException in Tomcat. Anyhow, you should be able to see more details about the error message in the catalina.out of the Tomcat server.Good luck with it,Erik
Van: stud aosoa [mailto:[EMAIL PROTECTED]]
Verzonden: vrijdag 2 september 2005 11:10
Aan: [email protected]
Onderwerp: java.lang.reflect.InvocationTargetExceptionHello 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.
