-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm considering to use XML-RPC.NET to communicate with a Linux XML-RPC server written in Python. I have tried a sample application (MathApp) from Cook Computing's XML-RPC.NET but it took 30 seconds for the app to add two numbers within the same LAN with server.
I have also tried to run a simple…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Anyone have experience parsing complex response types using ws-xmlrpc?
The service returns a HashMap with one of the values an Array, when I request the key of the array from the hashmap, java just returns "java.lang.Object".
How do I access the contents of the array?
Any ideas?
Thanks in advance…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
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 C++ supporting XML-RPC and more
libmaia: XML-RPC for Qt/C++
I wonder that people use which…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using the Zend library's XML RPC Client in a PHP application to pull data from another server over XML RPC. However the other server is using HTTP basic authentication. How can I tell the XMLRPC client to use authentication for the requests?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey folks,
I am attempting to work with XML-RPC via PHP on a GoDaddy server.
This same server is hosting a Wordpress Blog that makes use of XML-RPC and is functioning, though that may be unrelated...
Whenever I attempt to use any functions that are integrated into PHP for use with XML-RPC, I get…
>>> More