----- 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: > ====== > Error message: transport error > Error code: -32300 > org.apache.xmlrpc.XmlRpcException: transport error > at org.apache.xmlrpc.XmlRpcClient$Worker.execute(XmlRpcClient.java:365) > at org.apache.xmlrpc.XmlRpcClient.execute(XmlRpcClient.java:149) > at xurbleTest.main(xurbleTest.java:65) > ====== 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? John Wilson The Wilson Partnership http://www.wilson.co.uk
