Top "Xml-rpc" questions

XML-RPC is a remote procedure call (RPC) protocol which uses XML to encode its calls and HTTP as a transport mechanism.

What is the benefit of XML-RPC over plain XML?

My company has been using XML-RPC for a while, but lately I'm wondering what the benefit is of XML-RPC compared …

xml xml-rpc
Use Python xmlrpclib with unix domain sockets?

I'm trying to interact with supervisord, and I'd like to talk with it over a unix socket (it's a shared …

python xml-rpc xmlrpclib unix-socket
How to control boolean rendering in xslt

To conform with the <boolean> spec of Xml-RPC I need to transform my xs:boolean from true|false …

xslt casting boolean xml-rpc
Best way to use XML-RPC in Cocoa application?

I wanted to write a GUI-wrapper for an application which uses XML-RPC and wondered if there are any XML-RPC frameworks …

objective-c cocoa xml-rpc
Ruby fog gem causing server not to run: cannot load such file -- xmlrpc/client (LoadError)

As the title states, I'm trying to set up an Ubuntu 16.04 system for working on rails apps. When I comment …

ubuntu xml-rpc fog