Using SOAP + HTTP as a client within tomcat.

2002-12-31 Thread Sean McCauliff
I get the following error message: SOAPException: faultCode=SOAP-ENV:Cl ient; msg=Error opening socket: javax.net.ssl.SSLHandshakeException: java.security.cert. CertificateException: Couldn't find trusted certificate; targetException=java.l ang.IllegalArgumentException: Error opening socke

Re: SOAP Error

2002-12-31 Thread Vijay Shinde
Hey Scott, I solved my problem.It is class path problem. I corrected my classpath and it is running now. Thanx a lot for your great help..You really helped me to get rid of that big stack trace. Regards, Vijay Vijay Shinde wrote: > Hey Scott, > I got rid of the white space Now i am getting fol

Re: SOAP Error

2002-12-31 Thread Vijay Shinde
Hey Scott, I got rid of the white space Now i am getting following error. C:\soap-2_3\samples\hello>java Example1_client http://localhost:8080/soap/servle t/rpcrouter "vijay" Calling the SOAP Server to say hello The SOAP Server says: http://localhost:8080/soap/servlet/rpcrouter Ouch, the call

Re: SOAP Error

2002-12-31 Thread Scott Nichol
First, a guess. Does your deployment descriptor include white space in the specification of the fault listener? The following might cause an error like you observe: org.apache.soap.server.DOMFaultListener If you do have white space, get rid of it like: org.apache.soap.server.DOMFaultLi

SOAP Error

2002-12-31 Thread Vijay Shinde
Hey Scott, I get this as an exception C:\soap-2_3\samples\hello>java Example1_client http://localhost:8080/soap/servle t/rpcrouter "vv" Calling the SOAP Server to say hello The SOAP Server says: http://localhost:8080/soap/servlet/rpcrouterException in t hread "main" [SOAPException: faultCode=

Re: Supported platforms

2002-12-31 Thread Scott Nichol
Do you get anything after "Response was:"? The HTTP server or servlet engine is returning an error. Reading the response could be helpful. You might also check the server error logs. Scott Nichol - Original Message - From: "Vijay Shinde" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: