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.

How to base64 encode a PDF file in Python

How should I base64 encode a PDF file for transport over XML-RPC in Python?

python encoding base64 xml-rpc
odoo context field. default value for popup

I work with Odoo(v9). I have custom: form(for model 1), action and popup with form(for model 2). Here example …

python openerp xml-rpc odoo-8 odoo-9
How to get Magento store currency

I'm using Magento XML-RPC api. I haven't found how to get the current store country or currency used for the …

magento locale xml-rpc currency
Weather web service for Europe?

We are looking for a reliable "current weather" web service for Europe, with city resolution. We only need the current …

web-services rest xml-rpc provider weather
Set timeout for xmlrpclib.ServerProxy

I am using xmlrpclib.ServerProxy to make RPC calls to a remote server. If there is not a network connection …

python xml-rpc
XML-RPC vs REST

This is a more theoretical question. I am about to build a little server in here and want to create …

api rest xml-rpc
How to send a xml-rpc request in python?

I was just wondering, how would I be able to send a xml-rpc request in python? I know you can …

python xml-rpc
Implementation of C# XMLRPC.NET client and server over HTTPS

It's pretty hard to find information about XMLRPC.net library used with https. The only documentation where an "https" URL …

c# https remoting xml-rpc
I want to ignore certificate verification, where and how to do it with XMLRPC web service?

I am accessing a web service and getting this error when trying to connect( web service is XMLRPC and I …

iphone xml-rpc simplexmlrpcserver
VB.NET function that takes other functions as a parameter, and executes them

Is there a way in vb.net to create a sub/function that will take as an argument some kind …

.net vb.net xml-rpc