Re: Transport error?

2002-03-12 Thread Phil Wilson
>Phil, what I think you are seeing is a fault response from your server. It >is returning a value of -32300 with the text "transport error". > >Does this make sense? Drat. Yes, apologies - I had a part in writing the server (which is written in Java), and when I worked on it I'd used the Apache

Re: Transport error?

2002-03-12 Thread John Wilson
- Original Message - From: "Phil Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 12, 2002 7:34 PM Subject: Re: Transport error? [snip] > >It would be helpful if you could post the actual message (including stack > >trace) from the application. > > No problem: > =

Re: Transport error?

2002-03-12 Thread Daniel Rall
"Phil Wilson" <[EMAIL PROTECTED]> writes: > If this wasn't xmlrpc I'd be tempted to say it was a firewall issue. There are firewalls which examine and filter HTTP traffic passing through them.

Re: Question on keepAlive attribute

2002-03-12 Thread Daniel Rall
"Lin, Yaxiong" <[EMAIL PROTECTED]> writes: > I noticed that keepAlive can be set on both client and server side. The > WebServer also gets the keepAlive from the xml packet received from the > client and sets the keepAlive accordingly for the connection. > > I was wondering if anyone has any tho

Re: Connections through a HTTP proxy

2002-03-12 Thread Paul
I sent an email to rpc-dev earlier today about this problem without noticing this discussion. What is that status of this patch? I don't see it represented in the CVS tree. - Original Message - From: "Daniel Rall" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 13,

Re: Transport error?

2002-03-12 Thread Phil Wilson
Thanks for the speedy response. >Do you have TCP/IP enabled in your new install. Can you ping the server >from your machine? Not only can I ping the server, but I can connect to it using a VB version of my Java app. >It would be helpful if you could post the actual message (including stack

Re: Transport error?

2002-03-12 Thread John Wilson
- Original Message - From: "Phil Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 12, 2002 6:56 PM Subject: Transport error? > > Hi, > > I have a small xmlrpc client application which connects to a server using > XmlRpcClient. A few days ago I had to reinstall my

Re: Transport error?

2002-03-12 Thread Phil Wilson
Whoops, apologies, that error code was -32300 but you knew that anyway, right? :) Thanks, Phil _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.

Transport error?

2002-03-12 Thread Phil Wilson
Hi, I have a small xmlrpc client application which connects to a server using XmlRpcClient. A few days ago I had to reinstall my OS, and now I always get a "-32000 transport error" returned when I try to connect to the xmlrpc server. As far as I'm aware nothing's changed on either my local ne

Question on keepAlive attribute

2002-03-12 Thread Lin, Yaxiong
I noticed that keepAlive can be set on both client and server side. The WebServer also gets the keepAlive from the xml packet received from the client and sets the keepAlive accordingly for the connection. I was wondering if anyone has any thought on whether keepAlive should be set on client si