Given the error message you are receiving, you are either using the PEAR::RPC library or the php-xmlrpc library (the two are very similar...) To "enable...
... NOPE. Sorry, all you can hope for is an 'unofficial' extension and support by a limited number of toolkits. Exactly what has happened for other extensions,...
... it's extremely unlikely there will ever be a change to the XML-RPC spec. You can always pass the int as a String if you are prepared to do a little work at...
Hi, I am new to xml-rpc. I have written a server in C#.net and I am using that in a webpage. Both rpc server and the aspx are on the same webserver. When I...
Hi, we are facing issue while integrating XML RPC server running on HP UNIX 11i with HP DCE client on same machine. The XML RPC server contains libpthread.h,...
I am trying to send a xml file that was created in a Hand Held Device with Pocket Pc 2003 to a Server. Is it posible to do this with xml- rpc.net? the device...
I am using the HttpWebRequest and HttpWebResponse classes in vb.net and it works fine. I tested with http://www.cookcomputing.com/sumanddiff.rem and It works....
Hello. I need a complex structure to my project. I define this structure in C++ server that it use the xmlrpc++ lib. In the server i try to make a structure...
... You don't tell us what Java client you are using. However all the Java implementations I know of will return a struct as a Map and an array as a List. You...
... I use the apache's Xmlprc library. Certainly, the struct is return as a HashMap but the array is return as java.lang.object and if i try to turn in an...
... Every object in Java is an instance of java.lang.Object :) Older versions of the Apache library returned XML-RPC arrays as Vector. Newer versions return...
... that already knew it ;) ... Yes, that is thus ... I don't understand this. what version? ... Ok. The result is this: [Ljava.lang.Object; It is the trouble!...
Hi there barnbroker... The return value from xmlrpc_decode is a PHP value, usually is an array value or a scalar value. From the code, the $myList value is an...
Thanks for the help... this seemed to work. Youre right. It was returning an array. Now I have another question. I am trying this same thing with another...
Yes it's a struct XML-RPC return value. Since it's a struct in XML-RPC value, you should strip it. First define the member name, then extract the scalar value....
I'm trying to test some C# code that uses xml-rpc.net (2.1.0) client side, against the wall - meaning against a server that is not running. The client is on my...
I'm having a problem with my rpc xml via php. I'm almost 100% sure the error is a result of some xml formating or the sort. The error is: XML error at line 1,...
hi, i am trying to learn xmlrpc-c for using it in my project.. the version xmlrpc-c-1.07.00.tgz i downloaded is giving problems on installing on linux...
I maintain Xmlrpc-c (XML-RPC for C/C++). If you want help getting it to build, you can email me off-list. ... I see about 25 older versions on Sourceforge as...
Hi, The xml_rpc server that I have written is not sending 200 OK. The client is erroring with "Didn't receive 200 OK from remote server. (HTTP/1.1 400 Bad...