SOAPException: Error opening socket: Connection timed out:

2004-08-03 Thread Shaoguang Cong
I'm getting the following error when trying to run the sample client and got the exceptions with no idea about what could be the real problem.  The client code is attached.  Thanks for any help.   -Shao     [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening s

Re: SOAPException

2002-08-02 Thread Scott Nichol
ue Farhan-W13881" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 4:27 PM Subject: RE: SOAPException Hi Scott, Let me tell you what I am trying to do, I am trying to write a Java based SOAP client to get service from a remote web service. Th

Re: SOAPException

2002-08-02 Thread Scott Nichol
: "Siddique Farhan-W13881" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 12:59 PM Subject: RE: SOAPException Hi Guys, I am getting a different error now. What can be wrong if i get this error java.lang.Exception at java.lang.Throwable.f

RE: SOAPException

2002-08-02 Thread Siddique Farhan-W13881
java.lang.Exception.(Compiled Code) -Original Message- From: Siddique Farhan-W13881 [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 01, 2002 4:29 PM To: [EMAIL PROTECTED] Subject: RE: SOAPException Scott: The java client is not using a proxy for the HTTP connection. I am not sure

RE: SOAPException

2002-08-01 Thread Siddique Farhan-W13881
: SOAPException To use a proxy, you should create a SOAPHTTPConnection, set the proxy values (e.g. setProxyHost, setProxyPort), then set the transport on your Call with setSOAPTransport. The URL for your invoke should be the URL of the service, not the proxy. Also, the TargetObjectURI is probably not

Re: SOAPException

2002-08-01 Thread Scott Nichol
of the service. The samples commonly use a urn:. Scott Nichol - Original Message - From: "Siddique Farhan-W13881" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 01, 2002 4:20 PM Subject: SOAPException Hi Guys, I am trying to convert a SOAP

Please help: SOAPException

2002-08-01 Thread Siddique Farhan-W13881
/DoneHere"; > URL url = new URL("http://100.100.100.100.100:8000/exect.pl";); > > > call.setTargetObjectURI (proxyUri); //uri is a String > call.setMethodName ("methodToExecute"); > org.apache.soap.rpc.Response resp = call.invoke(url,""); >

SOAPException

2002-08-01 Thread Siddique Farhan-W13881
t.pl";); call.setTargetObjectURI (proxyUri); //uri is a String call.setMethodName ("methodToExecute"); org.apache.soap.rpc.Response resp = call.invoke(url,""); The SOAP exeption I am getting is like this [SOAPException: faultCode=SOAP-ENV:Client; msg

Re: SOAPException: faultCode=SOAP-ENV:Client

2002-07-05 Thread Scott Nichol
ginal Message - From: "Niket Anand" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 05, 2002 8:01 AM Subject: SOAPException: faultCode=SOAP-ENV:Client > Hi All, > This is my first mail in this mailing list. > I have installed soap 2.3.1 with Tomcat

SOAPException

2001-08-14 Thread Havard-Julsrud . Hauge
from the norwegian alphabeth, please reply to this mail. I you want, I can describe the problem in more detail. Can the reason have something to do with unrecognized char-set? Håvard J. Hauge Norwegian System developer Error message: $ [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deseria

SOAPException

2001-06-22 Thread Alex_Mazurok
    Hello !   I use soap 2.2 + Tomcat 3.2. When I run example  \soap-2_2\samples\stockquote whith multiple ( work 2-3 different clients on one competer or no)  requests in body ( for(...){ }  ) at the same time, we got following exception:   Exception in thread "main" [SOA

SOAP Fault -> SOAPException: Mapping

2001-06-05 Thread Ralf Bierig
Apache SOAP maps internally each SOAP Fault to a SOAPException by mapping the FaultCode and the FaultString to the fitting field in the SOAPException. But there is always a optional Detail element - why doesn't the SOAPException provide for every Fault field one field in the SAOPException?

RE: SOAPException caught

2001-05-30 Thread Krishna Vemuri
Thank you, Matt. -Original Message- From: Matthew J. Duftler [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 29, 2001 8:02 PM To: [EMAIL PROTECTED] Subject: RE: SOAPException caught Hi Krishna, Your installation is probably still finding Xerces v1.3.1 (or another older parser

RE: SOAPException caught

2001-05-29 Thread Matthew J. Duftler
1 2:36 PM > To: [EMAIL PROTECTED] > Subject: RE: SOAPException caught > > > Okay, I have changed from Xerces 1.3.1 to Xerces v 1.4.0, Now my > application runs fine, except I am generating the following fault, can > someone please explain to me what does the following Fault String mean

RE: SOAPException caught

2001-05-29 Thread Krishna Vemuri
] Subject: RE: SOAPException caught Hi Krishna, Try Xerces v1.4.0, it works fine. Thanks, -Matt > -Original Message- > From: Krishna Vemuri [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 23, 2001 1:57 PM > To: [EMAIL PROTECTED] > Subject: RE: SOAPException caught > > &g