XML-RPC and http
Mark Baker
mark.baker@sympatico.ca
Thu, 12 Jul 2001 13:32:22 -0400
> If that HTTP stream is used for XML-RPC, you can figure out that a
> client is trying to invoke the method "fooBarBaz()". Then later you
> notice a "fooBarBazResponse" coming back. You don't have a clue what is
> going on, except that some interaction just happened between two
> machines. You don't even know if the interaction was successful or not
> because XML-RPC faults use a 200 response code.
Oops, never mind that last bit. You could recognize it as a fault.
MB