RE: SOAPHTTPConnection.setTimeout - does it work?

2001-08-17 Thread Paula Young
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

RE: SOAPHTTPConnection.setTimeout - does it work?

2001-08-17 Thread Paula Young
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-

RE: Having SOAP server return a Response object

2001-08-01 Thread Paula Young
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

RE: Having SOAP server return a Response object

2001-08-01 Thread Paula Young
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]>

Having SOAP server return a Response object

2001-07-31 Thread Paula Young
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 <>

RE: XML error while invoking a service - how to flush tcptunnel to client?

2001-07-27 Thread 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: &#

SOAP sending of Document element?

2001-07-25 Thread Paula Young
'm using Apache SOAP 2.2 and Xerces 1.2.3. Thanks! Paula Young <>

RE: SOAPHTTPConnection.setTimeout - does it work?

2001-07-23 Thread 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

SOAPHTTPConnection.setTimeout - does it work?

2001-07-23 Thread Paula Young
helping, Paula Young <>

Can I send Parameters that have 'attributes' using call.setParams ?

2001-07-18 Thread 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]> <>