10
votes
6answers
2k 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 …
7
votes
6answers
1k 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.
4
votes
4answers
748 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. …
3
votes
2answers
390 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 …
3
votes
3answers
229 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 …
3
votes
5answers
259 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 …
3
votes
3answers
188 views
Can I have a cross-platform cross-technology solution?
Hi ,
We have an old application which has a FORTRAN API to be called from other applications. After some time they built a ( C ) wrapper for the FORTRAN API.Then I'm now building a c++ wrapper , …
3
votes
4answers
3k views
Does iPhone support XML-RPC?
Does iPhone support XML-RPC, Is their any open source framework which I can use?
Thanks in advance.
2
votes
1answer
89 views
XML-RPC C# and Python RPC Server
On my server, I'm using the standard example for Python (with an extra Hello World Method) and on the Client side I'm using the XML-RPC.NET Library in C#.
But everytime I run my client I get the …
2
votes
4answers
172 views
Parallel processing middleware
For relatively coarse-grained parallel processing (data transfers can be done in 100 Mbit Ethernet network), which middleware that is available for Windows and Linux do you consider best? CORBA? MPI1? …
2
votes
4answers
248 views
Hooking Up an NSTableView to an XML-RPC Server
There are multiple ways to fill an NSTableView up with data through either bindings, delegates, or data sources.
What is the best way to go about filling up the tableview with data that is changed …
2
votes
3answers
332 views
We’re using JDBC+XMLRPC+Tomcat+MySQL to execute potentially large MySQL queries. What is a better way?
I'm working on a Java based project that has a client program which needs to connect to a MySQL database on a remote server. This was implemented is as follows:
Use JDBC to write the SQL queries to …
2
votes
1answer
471 views
Converting XML-RPC to JSON in JavaScript
Can anyone recommend a lightweight JavaScript XML-RPC library?
After researching this a while ago, I couldn't find anything I was comfortable with, so I kinda ended up writing my own.
However, maybe …
2
votes
3answers
613 views
Best way to use XML-RPC in Cocoa application?
Hi,
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
2
votes
2answers
155 views
What webservices do you use regularly and which do you wish were available?
I know that the USPS provides an handy XML over HTTP webservice for address information. What other webservices do you know of and use? What webservices do you wish you could access but can't find?
