Tagged Questions

0
votes
1answer
13 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/servic …
0
votes
1answer
28 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 t …
0
votes
1answer
15 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 m …
0
votes
1answer
14 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 du …
3
votes
3answers
225 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 websit …
1
vote
3answers
154 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 implement …
0
votes
1answer
69 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.ja …
1
vote
2answers
55 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 fo …
2
votes
4answers
171 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 conside …
0
votes
1answer
135 views

How to XMLRPC::Client authentication

I need to make an XMLRPC request that has to be authenticated, and have found limited documentation on the authentication side of XMLRPC. What's the best way to go about this? Ri …
0
votes
3answers
56 views

List of relevant RPC Protocols

I need to evaluate and dig more into the use of Remote Procedure Call Protocols (over the network) and haven't found a comprehensive list of which I could include. There are some …
2
votes
1answer
82 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 cl …
1
vote
4answers
159 views

Implementing a callback in XML-RPC or SOAP

I am trying to get an understanding of how I can use SOAP or XML-RPC to create a remote, open API for my product. Problem is, part of my API will require me to be able to get event …
0
votes
1answer
157 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 …
0
votes
1answer
14 views

Documenting an XML-RPC service

Hi, I'm writing an XML-RPC service that will be consumed by third parties and was wondering what the best way of documenting it would be. As far as I can see, XML-RPC doesn't hav …

1 2 3 4 5 next
15 30 50 per page