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
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
: "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
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
: 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
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
/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,"");
>
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
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
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
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
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?
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
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
]
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
15 matches
Mail list logo