Re: XML-RPC and HTTP

2002-03-09 Thread John Wilson
g" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, March 08, 2002 6:35 PM Subject: XML-RPC and HTTP > Hey that last piece on HTTP headers got me to thinking. The XML-RPC > spec says that an XML-RPC message is an HTTP-POST request. However when > I was looki

Re: XML-RPC and HTTP

2002-03-08 Thread ward harold
I've actually begun exploring this avenue. It is trivial to separate the wire format from the transport aspects of the specficiation. Once you've done that adding support, in the specification, for a new transport is just a matter of describing how the transport transfers messages in the XML-RPC w

XML-RPC and HTTP

2002-03-08 Thread Ryan Hoegg
Hey that last piece on HTTP headers got me to thinking. The XML-RPC spec says that an XML-RPC message is an HTTP-POST request. However when I was looking around on the internet I remember seeing stuff about possible other transports such as SMTP. Were these just ideas that were being thrown