Search the web
Sign In
New User? Sign Up
xml-rpc · XML-RPC Discussion
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6551 - 6581 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6551
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...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
Sep 1, 2006
7:46 am
6552
... 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,...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
Sep 1, 2006
7:51 am
6553
... 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...
John Wilson
tug123uk
Offline Send Email
Sep 1, 2006
8:43 am
6554
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...
eg_breakup
Offline Send Email
Sep 6, 2006
6:31 am
6555
Hi, Can we return a DataSet from a xml-rpc server method. Also, how to write a client to handle the returned DataSet.?...
eg_breakup
Offline Send Email
Sep 6, 2006
8:16 pm
6556
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,...
thehacker_chinna
thehacker_ch...
Offline Send Email
Sep 7, 2006
6:12 am
6557
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...
Carlos Coronel
cecda7008
Offline Send Email
Sep 7, 2006
3:31 pm
6558
If I understood what you asked... http://www.pocketsoap.com/pocketXMLRPC/...
Adrian Nicolaiev
adrian_nicol...
Offline Send Email
Sep 7, 2006
4:07 pm
6559
... Why not just do an HTTP POST of the file? John Wilson The Wilson Partnership web http://www.wilson.co.uk blog http://eek.ook.org...
John Wilson
tug123uk
Offline Send Email
Sep 7, 2006
6:25 pm
6560
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....
Carlos Coronel
cecda7008
Offline Send Email
Sep 8, 2006
1:18 pm
6561
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...
manuel_fdez_cmpos
manuel_fdez_...
Offline Send Email
Sep 27, 2006
6:26 pm
6562
... 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...
John Wilson
tug123uk
Offline Send Email
Sep 28, 2006
6:12 am
6563
... 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...
Manuel Fernández ...
manuel_fdez_...
Offline Send Email
Sep 28, 2006
7:06 am
6564
... 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...
John Wilson
tug123uk
Offline Send Email
Sep 28, 2006
3:05 pm
6565
... 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!...
Manuel Fernández C...
manuel_fdez_...
Offline Send Email
Sep 28, 2006
4:43 pm
6566
... that's an array of Object (Object[])result should work. John Wilson The Wilson Partnership web http://www.wilson.co.uk blog http://eek.ook.org...
John Wilson
tug123uk
Offline Send Email
Sep 28, 2006
5:11 pm
6567
... This rulezzzzzzzz!!! yeah!! Thank you very much. I never think that it was an "Object[]". Thanks a lot...
Manuel Fernández C...
manuel_fdez_...
Offline Send Email
Sep 28, 2006
6:18 pm
6568
xmlrpc_parse_value (&HA_env,HA_result,"{s:s,s:s#,s:i,s:i,*}","ConfFileName",(char *) &pfilename,"ConfFileData",(char *) &pfilebuffer,(size_t) ...
coolnishant83
Offline Send Email
Oct 1, 2006
1:53 am
6569
... Probably just the part of the manual that says you have to specify ",*" in the end of the format specifier string. See...
bryanh@...
giraffedata
Offline Send Email
Oct 3, 2006
3:25 pm
6570
Here's my php code: <?php require_once('xmlrpc/xmlrpc.inc'); $xmlrpc_msg = new xmlrpcmsg('examples.getallheaders'); $vidClient = new ...
barnbroker
Offline Send Email
Oct 12, 2006
10:03 pm
6572
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...
I Wayan Yuliarta
ewhynich
Offline Send Email
Oct 13, 2006
6:50 am
6573
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...
barnbroker
Offline Send Email
Oct 13, 2006
1:01 pm
6574
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 Wayan Yuliarta
ewhynich
Offline Send Email
Oct 13, 2006
4:11 pm
6575
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...
nattelshay
Offline Send Email
Oct 16, 2006
5:23 pm
6576
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,...
glacilwing
Offline Send Email
Oct 17, 2006
9:30 pm
6577
... You can't have this chunk of javaScript at the beginning of the response. Iy has to be *just* XML John Wilson The Wilson Partnership web...
John Wilson
tug123uk
Offline Send Email
Oct 18, 2006
7:02 am
6578
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...
anup_talwalkar
Offline Send Email
Oct 29, 2006
6:25 pm
6579
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...
bryanh@...
giraffedata
Offline Send Email
Oct 29, 2006
9:53 pm
6580
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...
eg_breakup
Offline Send Email
Nov 8, 2006
5:13 am
6581
... This is telling you that the remote web server doe not like your HTTP request. It's an error from the Web server not from the remote XML- RPC...
John Wilson
tug123uk
Offline Send Email
Nov 8, 2006
10:40 am
Messages 6551 - 6581 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help