0
votes
1answer
20 views
XML-RPC object mapping
Recently I was working on web services proxy. I got 2 web services proxy. UI will call Proxy A to let say create a record. then what Proxy A will do is to call Proxy B to do the actual task which …
0
votes
1answer
20 views
Consuming XML-RPC Web Services
In PHP, what is the most straightforward way to consume XML-RPC Web Services like the one provided by uClassify? SOAP and REST are incredibly easy, but XML-RPC seems like a pain in the ass.
0
votes
2answers
194 views
Need a code sample showing how to post to Wordpress using Codeigniter.
Does anyone have a code sample they can share that show how to make a basic blog post to Wordpress using the CodeIgniter xml-rpc library?
So far, I have this, which always results in "Bad login/pass …
4
votes
3answers
457 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 …
1
vote
5answers
132 views
Can anyone explain the difference between XMLRPC, SOAP and also the C# Web Service?
Are they just the same protocol or something different?
I am just confused about it.
Actually, I want to call a web service written in C# with ASP.NET by Python. I have tried XMLRPC but it seems just …
1
vote
3answers
290 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. …
0
votes
1answer
19 views
J2me web service connection problem
hi,
i'm trying to connect to a php web service using kxml-rpc api and the code is as simple as this:
XmlRpcClient xmlrpc = new XmlRpcClient("http://***ip here***:88/secure/service");
Vector …
0
votes
1answer
41 views
NSXMLParser ignores element named <id>
Hi there,
I'm using Wordpress's XML-RPC framework in my project. Now I have a situation where in the XML response there is a tag named which contains user data and by the time the response has been …
0
votes
1answer
27 views
XML-RPC Standard and XML Data Type
I was looking at XML-RPC for a project. And correct me if I'm wrong, but it seems like XML-RPC has no XML datatype. Are you supposed to pass as a string? or something else?
Am I missing something? …
0
votes
1answer
19 views
The name/identity of the invoker of a web service
I have a SOAP web service which I call from two clients using axis2. Can the web service know from which of these two clients the call originated from? If so, how do I know that during runtime? Is …
3
votes
3answers
237 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 …
1
vote
3answers
196 views
How to implement an XML-RPC server in AS3 (Flash or AIR runtime)?
I'm looking for a good XML-RPC server implementation to be included as part of an existing Flash+AS3 application in order to be notified on events by a client.
The ideal implementation should be well …
0
votes
1answer
83 views
XML-RPC error while running client
Exception in thread "Thread-4" java.lang.InstantiationError: org.apache.xmlrpc.XmlRpcRequest
at org.apache.xmlrpc.XmlRpcRequestProcessor.decodeRequest(XmlRpcRequestProcessor.java:82)
at …
1
vote
2answers
70 views
XML-RPC server with better error reporting
Standard libraries (xmlrpclib+SimpleXMLRPCServer in Python 2 and xmlrpc.server in Python 3) report all errors (including usage errors) as python exceptions which is not suitable for public services: …
2
votes
4answers
179 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? …
