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

learn more… | top users | synonyms (1)

0
votes
0answers
7 views

Magento API for mobile app

We are trying to to develop a mobile app for an eCommerce site developed with magento. I am trying to use magento api. But the problem is i have to use apiuser & apikey to use the api. $proxy = ...
0
votes
0answers
8 views

Replacement for Web Services Core?

It seems that back in OS X 10.8, Apple deprecated all of Web Services Core. Is there a replacement, preferably drop-in? In particular, I'm dealing with XML-RPC, so coupling NSURL* with NSXMLParser ...
0
votes
0answers
9 views

How to distinguish XmlRpcException received via xml-rpc from exist-db?

I'm writing an application in Java that uses xml-rpc to access exist database (queries, adding documents and similar things). Everything is working, but I have a question about handling exceptions. ...
1
vote
1answer
37 views

How do I transfer effectively huge number of files from my python clients to server and back?

I have around 100 clients (Windows machines mostly with one or two Macs/Ubuntas) and I need to sync huge number of files between clients by means of central server which does almost no work on synced ...
0
votes
0answers
23 views

Xml-RPC Server Python - Multicall requests?

Let's assume that my code looks like that: from SimpleXMLRPCServer import SimpleXMLRPCServer from SimpleXMLRPCServer import SimpleXMLRPCRequestHandler # Restrict to a particular path. class ...
0
votes
0answers
4 views

Magento Core API: XML-RPC Error adding tracking number

I'm looking for suggestions on troubleshooting the error "100 - Requested shipment not exists. " when I use sales_order_shipment.addTrack to send tracking updates to Magento. I'm currently using ...
0
votes
0answers
21 views

magento api to add filter

I am developing android application. I want to add filters for product selection. Is there any magento api that can help me for adding filter to products.
0
votes
0answers
23 views

Each user can edit only one page-wordpress

I have wordpress website that let the user publish her busines. Each business has a privet page with some details and image gallery. Each business owner has a user. I should make, that each user(Each ...
0
votes
1answer
8 views

HTTP server returned unexpected status: Internal Server Error

I have been using the Lightning Bug API to access Bugzilla via XMLRPC. It had been working fine for the past 10 days but since yesterday, I cannot access the following using the API. ...
0
votes
0answers
18 views

Android xml rpc UnknownHostException

I basically try to get the recent posts per metablogweb API methode getRecentPosts. But all i got is a UnknonHostException and I m not sure why because the name is correct and the user data too. Am I ...
0
votes
0answers
12 views

i want to post in wordpress sub-domain using XMLRPC, is it possible?

I have created a site using wordpress [address - http://aaaaa.wordpress.com (aaaaa- denotes site name)]. I want to post in this using XMLRPC and created PHP script also... but it does not works... I ...
0
votes
1answer
12 views

What JSON-RPC / XML-RPC compatbility?

I'm looking at using JSON-RPC as the webAPI language for a new SOA system. What I've read is that its faster and simpler than XML-RPC, so sound good. What I don't get is, do I have to choose? Can't ...
0
votes
1answer
12 views

How to add “more” link in wordpress posts list using XML RPC Api

I am using wordpress xml-rpc API to add posts to my blogs, but I would like to have posts excerpts with "more" link in lists of posts. I checked that in database there is tag in each post content ...
1
vote
1answer
45 views

My grudge with REST: am I right here or am I missing something?

I am designing a data-centric application that stores sale orders on a server. At any time the client may decide to modify a sales order, perhaps because they receive a phone call from the purchaser ...
0
votes
0answers
47 views

Is there anyway to access this XMLRPC API with this PHP XML RPC Laravel Bundle

Below is some example code from an API I am attempting to connect with. I'm building the system on laravel and found this handy XML RPC bundle: https://github.com/jnewing/laravel-xmlrpc. The calls ...
2
votes
1answer
29 views

How to catch request information in the python twisted xmlrpc_method?

I've study the twisted xmlrpc tutorial: http://twistedmatrix.com/documents/current/web/howto/xmlrpc.html to setup a xmlrpc server for building my xmlrpc method, but I want to know some request ...
0
votes
0answers
20 views

Magento XML-RPC API Call - Service Unavailable

When I make Xml-Rpc calls to my Magento store, I get a "Service Unavailable" error if I use the catalog_product.list call without using any filter parameters. If I use a filter parameter to include ...
-2
votes
0answers
28 views

Stopping an attack from a certain server on my webserver [closed]

For over a week now, some server tries to hack my Wordpress site using xmlrpc.php requests. It's not a real problem, he's blocked. But I have >100000 lines of this in my daily logs, which is ...
-3
votes
0answers
16 views

Python with xmlrpc

I am new to python working on a project. i tried to connect xmlrpc with python using following commands {$ python import xmlrpclib which worked fine further when we ...
0
votes
0answers
15 views

XMLRPC CLIENT not recognising webservice method

My XmlRpc Client not recognising the xml rpc srevice Here the sample code of xml rpc client is //XMLRPC CLIENT CODE XmlRpcClient server = new XmlRpcClient(`http://localhost:8056/`); ...
-1
votes
0answers
6 views

Add HTTP headers in xmlrpc request

I want to add following http headers with xml rpc request. Kindly help me in this regard. POST /Test HTTP/1.1 User-Agent: UG Server/3.0/1.0 Content-type: text/xml charset=ISO-8859-1 Connection: ...
1
vote
1answer
52 views

web2py vs twisted for web API [closed]

I have to write a simple web application to expose some API methods. I can also choose between xmlrpc or RESTful API. I cant make up my mind between twisted or web2py In my opinion twisted can be ...
0
votes
1answer
34 views

PHP simple xmlRpc for web application

how to write simple xmlRpc server for create and manage web application from client, i want to write server response to software such az office word and etc. wordpress xmlRpc can get topic and other ...
0
votes
0answers
15 views

How to run RPC procedure specific methods in one delegate request method?

I'm following delegate pattern to deal with XML-RPC communication. Each request I make, ends up in the method implemented in my delegate class: - (void)request: (XMLRPCRequest *)request ...
0
votes
2answers
19 views

Python and Secpay (paypoint) xml-rpc call

I have the next code somewhere in Pyramid application import xmlrpclib .... @view_config(route_name='api-paypoint', renderer='string') def api_paypoint(request): call_data = ["mid", "password", ...
-2
votes
0answers
25 views

Converting xml-rpc output to JSON [closed]

I am developing Android application using xml-rpc. I need the way of converting the response values from xml-rpc to JSON format. I am getting the below output from my call. ...
0
votes
0answers
32 views

post meta data using xmlrpc

So I have been trying to learn this xmlrpc for wordpress. I found this code and see that it works perfectly on creating new posts. However I dont know how make it add some information to the post meta ...
0
votes
0answers
25 views

Java XML RPC date iso 8601 with timezone

I am having a hard time trying to make a web service client work. It is a XML RPC specification. I am using Apache WS XML-RPC library, which I find full of holes that causes problem due to ...
1
vote
1answer
66 views

Logging into DokuWiki using Perl's RPC::XML::Client (or alternately how can I remotely post pages to a DokuWiki instance)

I'm trying to use the Perl module RPC::XML::Client to handle the XMLRPC API of Dokuwiki. In another SO post, the XMLRPC API of Dokuwiki was suggested as a way to programmatically post pages.. I'm not ...
0
votes
0answers
30 views

How to authenticate a user in wordpress [via android]

I'm trying to figure out how to authenticate a user via android (java). The app can successfully create a user but I'm not sure I've found any (or at least decent) documentation for the XMLRPC API ...
0
votes
0answers
40 views

Login and posting in WordPresse from android via XML-RPC

I created an android application that consumes a Restful web service. Two HttpPosts are made : One to send Login information, and an other to send information from device (title, content, video, ...
0
votes
0answers
43 views

TestLink xmlrpc API (via Python) 404 not found

I'm trying to connect to TestLink via the xmlrpc API. I've set the following in TestLink's config.inc.php: $tlCfg->api->enabled = TRUE; $tlCfg->exec_cfg->enabled_test_automation = ...
0
votes
0answers
61 views

xmlRpc java server and php Client

I have and xmlRpc server below: package org.apache.xmlrpc.demo; import java.util.Iterator; import java.util.List; import java.util.Map; public class Calculator { public int add(int i1, int i2) { ...
0
votes
0answers
28 views

strategy for a gnome shell extension to communicate with xml-rpc

I am trying to make a gnome shell extension that controls parts of OpenERP. So far I found it difficult to find documentation so I am asking for some directions to get started properly. OpenERP has ...
0
votes
1answer
31 views

location of the res.users model definition

When i retrieve a record from openERP with xml-rpc of the res.users model, for company_id i get following value company_id : System.Object[] I assume this is because of a many2one relationship. ...
1
vote
0answers
49 views

How to generate reports using HtmlTestRunner for unittests which invlove xml-rpc communication?

If it is a unittest that invlove a single xml-rpc requests/response between an xmlrpc client/server, it works fine and generates report on one end but if the scenario scales to more than one xmlrpc ...
0
votes
0answers
22 views

won't run method from the server

I am trying to call a method on the server that returns the time on the server, port number, and some hashtable data and then print the results into a listbox when the getAllData button is pressed ...
0
votes
0answers
47 views

Invalid value element <ex:i8> in org.apache.xmlrpc

I'm using the apache.xmlrpc implementation to connect to an xmlrpc server which is written in C# (xmlrpc.net). When I try to pass a long as parameter for a function call, the apache xmlrpc throws an ...
6
votes
3answers
73 views

Is it possible to change data type from String to Date

I'm getting in trouble where I was coding for connection using OpenX API with XML-RPC2. I get the problem that the data type is required by the fire function is the dateTime.iso8601. This is my code: ...
1
vote
0answers
44 views

How to display XMLRPC client's array values in a third party website , after got response from the XMLRPC server?

I've created a XMLRPC webservice using Codeigniter. I've got response from XMLRPC Server correctly. But I want to list the response values in a third party website. I get response as array values. ...
0
votes
0answers
23 views

Opa xml rpc server suggestions

I'm new to opa and my first challenge is to port an XML RPC server implementation over from groovy into an opa module. Now I'm new to functional programming, since I have mostly programmed in an OO ...
0
votes
1answer
26 views

xmlrpc apache - How to default handler

I'm developing an xmlrpc server using the ws-xmlrpc api implementation from apache. The xml request I'm going to receive is samething like that: ...
0
votes
1answer
46 views

Can I call synchroniseUserDirectories (ConfluenceRpc) via REST, SOAP or XML-RPC?

I am using Confluence 4.2.5 (build 3284) with CAS SSO connected to my LDAP server and would like to be able to call synchroniseUserDirectories() from the LDAP server when a user changes their password ...
0
votes
0answers
147 views

OpenERP 7 API invoice validation and payment

I am working with OpenERP 7's XML-RPC API and I am trying to validate an invoice and apply a payment but I can't figure out what model I should be using. I have successfully created an invoice and ...
0
votes
1answer
37 views

how can I give a variable another value inside a function in python?

I'm creating a simple python script that checks for new comments on a WordPress blog using the xmlrpc API. I'm stuck with a loop that should tell me if there are new comments or not. Here's the code: ...
0
votes
1answer
45 views

Magento api cart_coupon.add does not work

I am creating Android app that allows user to add product into his shopping cart and places order. I am using XMLRPC for this purpose. Following steps I have done 1.cart.create 2.cart_customer.set ...
0
votes
1answer
123 views

Fancybox with dynamically loaded images and number of images

I'm using fancybox js and css to make the image slider. In that slider I want to change the number of images and src of images dynamically, but I didn't get any idea for that. Code: ...
1
vote
0answers
137 views

XmlRpcException: Failed to read server's response: Connection refused: connect

I have XML-RPC server, which i believe is working fine. I can connect to server using telnet, and using web browser too, address is (dracek:8080) dracek=name of computer. When i try connect using my ...
0
votes
0answers
71 views

How to do XMLRPC with CherryPy

Server (CherryPy 3.2.0): import cherrypy class XMLRPCServer(cherrypy._cptools.XMLRPCController): def index(self): return 'index' index.exposed = True if __name__ =='__main__': ...
0
votes
1answer
78 views

Objects stored in LinkedList<T>s can't survive JAX-WS RPC calls?

During development of an server/client application which uses JAX-WS RPC-style XML, I found that any time I used a LinkedList<T> as a parameter or return type over JAX-WS, the contents of said ...

1 2 3 4 5 20