Title: RE: SOAPHTTPConnection.setTimeout - does it work?
Oh,
and here's the exception I see when the timeout does occur:
try
{ resp = call.invoke(myUrlVal, "");
} catch
(SOAPException es) { // A timeout looks
like: [SOAPException:
faultCode=SOAP-ENV:Client; // msg=R
Title: RE: SOAPHTTPConnection.setTimeout - does it work?
Lei,
I am
getting the timeout event jsut fine. My implementation looks
like:
Call call = new
Call();
SOAPHTTPConnection
shc = new SOAPHTTPConnection();
shc.setTimeout(5 * 1000); // to break-out of invoke() in 5-
ns in the array I hope.
thanks again-
Paula Young
-Original Message-
From: Steeve Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 9:39 AM
To: [EMAIL PROTECTED]
Subject:RE: Having SOAP server return a Response object
>Thanks, guess I read the Respon
object. You have to return type that have a
serializer like String, Double, Integer... and their arrays.
Good luck!
Steeve...
"Paula Young" <[EMAIL PROTECTED]> on 31/07/2001 04:48:50 PM
Please respond to [EMAIL PROTECTED]
To: "Soap-User" <[EMAIL PROTECTED]>
serialize a 'org.apache.soap.rpc.Response' using encoding style
'http://schemas.xmlsoap.org/soap/encoding/'.
...is there a different style of encoding (besides
Constants.NS_URI_SOAP_ENC) that I need to specify? Do I really need to
specify a serializer in the deployment descriptor? I just want to easily
return 2 soap encoded string values.
Paula Young
<>
ui... How do
I get or configure TCPTunnelGui to flush the response on the line, so that
my SOAP client can get returned from call.invoke() ???
Anyone know?
Paula Young
-Original Message-
From: Irfan Mohammed [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 7:01 PM
To:
'm using
Apache SOAP 2.2 and Xerces 1.2.3.
Thanks!
Paula Young
<>
: [EMAIL PROTECTED]
Subject:Re: SOAPHTTPConnection.setTimeout - does it work?
Paula Young wrote:
>I want to timeout and break out of waiting for the return from
call.invoke()
>if the return is taking too long. Has any one done this successfully with:
>
>SOAPHTTPConnectio
helping,
Paula Young
<>
the feeling, that something's missing in those 3 lines of
code that would tell the api that I have an 'attribute' associated with the
data I need to send, but the api javadocs are sparse on the details about
method functionality.
Any insight you may have is greatly appreciated!
Regards,
Paula Young
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
<>
10 matches
Mail list logo