Thanks for your reply.Actually I dont think error in my webservice.Because I have the running version of same setup in my laptop .But the one in my office PC stopped working suddenly.Its strange.:(

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

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?


&lt;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"&gt;
 &lt;soapenv:Body&gt;
 &lt;soapenv:Fault&gt;
 &lt;faultcode&gt;
soapenv:Server.userException
&lt;/faultcode&gt;
 &lt;faultstring&gt;
java.lang.reflect.InvocationTargetException
&lt;/faultstring&gt;
&lt;detail&gt
; &lt;ns1:hostname xmlns:ns1="http://xml.apache.org/axis/"&gt;scott&lt;/ns1:hostname&gt ; &lt;/detail&gt; &lt;/soapenv:Fault&gt; &lt;/soapenv:Body&gt; &lt;/soapenv:Envelope&gt;

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.


Reply via email to