Tagged Questions

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)

38
votes
9answers
1k views

What public APIs are provided by Governments to the public?

I stumbled across NOAA's SOAP Service and it got me thinking. What other eGovernment services are provided to Business and the general public by Governments? I know the United States has a lot ...
21
votes
6answers
11k views

Performance of SOAP vs. XML-RPC or REST

The arguments about the simplicity of solutions using XML-RPC or REST are easy to understand and hard to argue with. I have often also heard arguments that the increased overhead of SOAP may ...
15
votes
6answers
6k views

What's the difference between XML-RPC and SOAP?

I've never really understand why a web service implementer would choose one over the other. Is XML-RPC generally found in older systems? Any help in understanding this would be greatly appreciated.
14
votes
4answers
8k views

What is the best Javascript XML-RPC client library?

What is the best Javascript XML-RPC client library in your opinion and why? I'am making a JQuery app and I need to communicate with my xmlrpc server with it. Found following libraries, but I have no ...
10
votes
2answers
585 views

Integrating XMLRPC/Web Services with Core Data

I'm doing design for a project and nothing's been implemented - so I'm still going through the thought process to determine if Core Data is viable for the project. Here's my query - I want to create ...
9
votes
5answers
3k views

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 to plain XML. Firstly, it's horrible "obese", consider: <struct> ...
9
votes
6answers
4k views

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 to the server it takes the default 10 seconds to return a socket.gaierror to my program. ...
8
votes
3answers
45k views

PHP: Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC)

I have a bunch of client point of sale (POS) systems that periodically send new sales data to one centralized database, which stores the data into one big database for report generation. The client ...
7
votes
4answers
4k views

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 available for Cocoa and if so what's the best? Thanks in advance
6
votes
1answer
855 views

Android authenticating with Kerberos

I am trying to create a Android application that uses an existing web service. However, the existing web service uses Kerberos for authentication and I am having trouble getting Android using the ...
6
votes
3answers
9k views

Unescape HTML entities in Javascript?

I have some Javascript code that communicates with an XML-RPC backend. The XML-RPC returns strings of the form: <img src='myimage.jpg'> However, when I use the Javascript to insert the ...
6
votes
2answers
8k views

how to use XMLRPC in C#

I need to make XMLRPC calls from my C# application and I failed to find any help with that. When I used XMLRPC from Ruby, it's that simple: server = XMLRPC::Client.new2("http://server/api.php") ...
6
votes
8answers
9k views

Weather web service for Europe? [closed]

We are looking for a reliable "current weather" web service for Europe, with city resolution. We only need the current weather. Since it is for a commercial web site, we don't mind paying a ...
5
votes
2answers
133 views

Python XML-RPC server as a Windows service

I'm trying to create an XML-RPC server as a windows service. The XML-RPC server is able to get and put files (like FTP) and also execute commands via os.system() that the remote client sends to it. ...
5
votes
2answers
697 views

allow_none in twisted XML-RPC server

I am building xml rpc service using twisted and I would like to use None just as it can be done in standard python lib. How can I pass allow_none to the twisted version of xmlrpc server? EDIT In ...
5
votes
2answers
3k views

Tutorial: Simple WCF XML-RPC client

Update: I have provided complete code example in answer below. I have built my own little custom XML-RPC server, and since I'd like to keep things simple, on both server and client side, what I would ...
5
votes
2answers
588 views

C++ Library for XML-RPC

There is a list of C++ XMLRPC implementations in Wikipedia: Libiqxmlrpc Ultra lightweight XML-RPC library for C++ XML-RPC for C and C++ XmlRpc++ XmlRpc C++ client for Windows gSOAP toolkit for C and ...
5
votes
2answers
659 views

XML-RPC library for C++

What libraries are available for writing xml-rpc clients in native C++ or C?
5
votes
5answers
8k views

Does iPhone support XML-RPC?

Does iPhone support XML-RPC, Is their any open source framework which I can use?
5
votes
3answers
930 views

Which is the best .Net XML-RPC library?

I need to communicate with an XML-RPC server from a .NET 2.0 client. Can you recommend any libraries? EDIT: Having tried XML-RPC.Net, I like the way it generates dynamic proxies, it is very neat. ...
5
votes
4answers
3k views

Using XmlRpc in C++ and Windows

I need to use XmlRpc in C++ on a Windows platform. Despite the fact that my friends assure me that XmlRpc is a "widely available standard technology", there are not many libraries available for it. ...
4
votes
1answer
52 views

Python XMLRPC Nessus Error

Anyone know why I am getting this error? I am using http://code.google.com/p/nessusxmlrpc/wiki/HowTo root@bt:~/NessusXMLRPC-0.21# python newnessusscan.py Traceback (most recent call last): File ...
4
votes
1answer
231 views

XML-RPC - cannot marshal recursive dictionaries

I have a simple example to send a dictionary through xml-rpc: class CTest(object): def __init__(self): self.node1 = {'data':'zek', 'parent':{}, 'children':[]} self.node2 = ...
4
votes
2answers
1k views

Problem with installing XML_RPC2

I'm trying to install XML_RPC2 package from PEAR library, but whenever I type a proper command (pear install XML_RPC2) I'm getting an error: pear/XML_RPC2 requires PHP extension "curl" No valid ...
4
votes
2answers
633 views

Wordpress XMLRPC advice needed

I have been tasked with creating an API for retrieving and adding content to Wordpress from a flash application and legacy CMS (non-PHP). My plan is to utilise the existing default xmlrpc endpoint and ...
4
votes
1answer
155 views

Haskell XMLRPC server executing dynamically generated functions

I have a Haskell RPCXML (HaXR) server process, run with GHC, that needs to execute any function that it's passed. These functions will all be defined at runtime so the compiled server won't know about ...
4
votes
1answer
954 views

Authentication methods for Zend Framework XML-RPC server

I have a Zend Framework application whose sole purpose is to serve as an XmlRpc / JSONRPC server. I've mostly followed the philosophy from this guide for my implementation method. I overrode my ...
4
votes
3answers
599 views

Ping FeedBurner in Django App

I have a django site, and some of the feeds are published through FeedBurner. I would like to ping FeedBurner whenever I save an instance of a particular model. FeedBurner's website says to use the ...
4
votes
5answers
464 views

Why are most web services in REST style, and not (also) in XML-RPC?

I know that Flickr provides both XML-RPC and REST ways of working with it. There are standard XML-RPC libraries for every language (For example, Python has a built-in one xmlrpclib). Standard ...
4
votes
5answers
3k views

Is there a java api to access bugzilla?

Is there a (standalone!) java api which wraps the XML-RPC interface to bugzilla? I don't want to program my own api for it, and I can't actually find a library which does this (and only this). ...
3
votes
1answer
139 views

using c# to create node in drupal

i need to make a ("webservice") c# app that can create/update/delete nodes for/from drupal 7 using xmlrpc. everytime i run my app i get errors from the xmlrpc files(library). I tried to find ...
3
votes
1answer
37 views

Communication between Java programs with non-JDK objects

I'm looking for a communication channel between two java programs running on the same machine. I've found a few options (RMI and XML-RCP) but none of the examples that I found show exchange of objects ...
3
votes
0answers
44 views

Usage of XML-RPC as patented Technology [closed]

There seems to be a patent for XML-RPC. Does this have any consequences for the practical usage? Would you consider XML-RPC a proprietary technology?
3
votes
4answers
608 views

XMLRPC-iOS for iOS project

I am gettings insane, I can't figure it out. I have downloaded and tries to build XMLRPC for iOS. I triend with https://github.com/eczarny/xmlrpc and ...
3
votes
1answer
96 views

Getting an exception in wordpress post

I have a code to post data on word press i.e.- String username = "xyz"; String password = "xyz"; String xmlRpcUrl = "http://www.arrestcentral.com/xmlrpc.php?"; Wordpress wp = new ...
3
votes
1answer
64 views

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 to 1|0. I solved this using xsl:choose <xsl:template match="Foo"> <member> ...
3
votes
1answer
156 views

SimpleXMLRPCServer request dispatching issue

We're developing client-server XML-RPC based application. Server part should know IP address of each client on per request basis. To accomplish this we mix SocketServer.ThreadingMixIn into ...
3
votes
1answer
137 views

Foreach Loop & XML-RPC: It should work but it isn't, Why?

I wasn't able to find a question already answered on here that applied to my situation. From my understanding of what this code is doing, it should actually be working but I just don't understand why ...
3
votes
1answer
278 views

Building a XMLRPC client using xmlrpc-epi in PHP?

I have xmlrpc-epi installed on my Apache server and I need to use it to connect to a XMLRPC server. What I should do - is there anything I need to download and/or install on my server in addition to ...
3
votes
1answer
211 views

Magento API returns dates in what timezone

I have been trying to find the answer to this for several hours... what timezone does the Magento API use? I am assuming that the Magento API returns all date values as GMT time because they do not ...
3
votes
1answer
277 views

C# > XML-RPC.NET > Python MailMan

I am attempting to use a .NET web application to manage an external MailMan server running in Python. I have the connection up and running, and all the basic functionality working completely. The ...
3
votes
4answers
378 views

How to independently use single Zend Framework component like XML-RPC or REST?

Zend framework is well known for loosely coupled components. I would like to use XML-RPC from zend framework, is there any dependency for XML-RPC? Like if I had taken out XML-RPC folder off Zend ...
3
votes
1answer
421 views

Programming a distributed application written in C#, Ruby and Java using XML-RPC

I am tasked with writing a distributed event managing tool where each client, either a Ruby, C# or Java Client, synchronises all changes with a list of registered clients. I have to use XML-RPC to ...
3
votes
2answers
2k views

Using XML-RPC in iPhone apps

Is it possible to use XML-RPC calls in iPhone application (what approaches are the best)? Are there any constraints with XML-RPC? Thank you, Paul
3
votes
2answers
212 views

XML-RPC Server in Cocoa

I need to create an XML-RPC server on the iphone for testing purposes. Is there is a library I could leverage?
3
votes
1answer
702 views

Configuring XML-RPC behavior for IIS-hosted .SVC file?

I'm using Clemens Vasters' XML-RPC implementation to implement an XML-RPC endpoint. When I host the service in a console application, it works fine. I'd like to host it in an ASP.NET MVC application, ...
3
votes
2answers
53 views

How can I discover the contract of a non-SOAP web API?

Let's say I have the URI for a RESTful or other contract-less API. Is it possible to determine its interface programatically? I'm using C#/ASP.net MVC, not sure if that's important. I understand that ...
3
votes
1answer
3k views

Enable Web services in Redmine

Can any one guide me how to enable web services in redmine, specially XML RPC. And a proper way to implement such web service in redmine. Thanks. Parthiv
3
votes
2answers
1k views

Is There an Example of Using ActiveResource and XMLRPC for Rails?

I've seen a ton of examples with ActionWebService and XMLRPC, but they're 3 years old and from what I understand, ActiveResource is supposed to replace ActionWebService. I'm familiar with how ...
3
votes
5answers
914 views

java: basic web service interface without a web server

how hard is adding a basic web services interface to an existing java server application without having to turn it into a .war, or embedding a small web server like jetty? say, xml-rpc instead of ...

1 2 3 4 5 13