I've been working with XML-RPC (predecessor to SOAP) over the past few days and it's much less painful than SOAP. It only takes a couple lines of (python) code to get a client running functions on a remote server, without having to know what is going on below.
Comments
I've been working with XML-RPC (predecessor to SOAP) over the past few days and it's much less painful than SOAP. It only takes a couple lines of (python) code to get a client running functions on a remote server, without having to know what is going on below.