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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 6569 - 6599 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
6582
I am pleased to announce that I will be presenting at the Washington DC XML User Group this Wednesday 11-15-06 For directions and information about this user...
altconsultingcom
altconsultin...
Offline Send Email
Nov 13, 2006
10:37 am
6583
I try get categories(I have blog on wordpress.com) my perl script: #!/usr/bin/perl use strict; use warnings; use Carp; use XMLRPC::Lite; my $self = { server =>...
blogman9
Offline Send Email
Nov 23, 2006
10:19 am
6584
XINS 1.5.0, an open source web services package, has been released. While previous releases already were protocol-independent, this release adds more...
Ernst de Haan
ernst_dehaan
Offline Send Email
Nov 27, 2006
7:09 pm
6585
Hey list, i'm playing around something with the xmlrpc-c lib and read about the problem with timeouts and faulty rpc request. The program i wanna write should...
Michael Wilke (mailli...
list@...
Send Email
Dec 2, 2006
3:35 pm
6586
I'm trying to trouble shoot and error that I'm receiving when making a client query: An error occurred - -32700:parse error. not well formed This occurs when...
kahenraz
Offline Send Email
Dec 3, 2006
6:22 pm
6587
... You are going to have to give us more information if we are going to able able to help you. What XML-RPC implementations are you using for the client and...
John Wilson
tug123uk
Offline Send Email
Dec 3, 2006
7:05 pm
6588
greetings everybody, i'm new to xml-rpc and i'm using the apache xmlrpc implemtation. I would just would like to ask if theres a way to add /edit headers of to...
Donini
donini1776
Offline Send Email
Dec 4, 2006
8:30 am
6589
... I don't think you can do this without hacking the source. You might get a better response on the Apache XML-RPC list. John Wilson The Wilson Partnership ...
John Wilson
tug123uk
Offline Send Email
Dec 4, 2006
9:07 am
6590
hi john , thanks for the quick response. I was lookin for the apache XML-RPC list too. but i can't find it here. Do i have any suggestions on other java...
Donini
donini1776
Offline Send Email
Dec 4, 2006
9:53 am
6591
... The Apache lists are here http://ws.apache.org/xmlrpc/mail-lists.html The Apache implementation is the most widely used Java implementation. I'd stick with...
John Wilson
tug123uk
Offline Send Email
Dec 4, 2006
11:02 am
6592
ok thanks a lot ! :) ... From: John Wilson To: xml-rpc@yahoogroups.com Sent: Monday, December 04, 2006 2:56 AM Subject: Re: [xml-rpc] newbie needs guidance :) ...
Donini
donini1776
Offline Send Email
Dec 4, 2006
2:23 pm
6593
hey group, i have some problemes with compiling Xmlrpc-c-advanced 1.08.00 system is gentoo linux micha@cassandra ~ $ gcc --version gcc (GCC) 3.4.5 (Gentoo...
Michael Wilke (mailli...
list@...
Send Email
Dec 6, 2006
7:25 pm
6594
Hi , One of my methods is getting executed twice because of some error in xmlrpc_client_call. I have the backtrace of the call. I was just wondering about the...
coolnishant83
Offline Send Email
Dec 7, 2006
11:07 am
6595
I forgot to mention that it was giving segmentation fault at the last call. thanks ... Find out what India is talking about on - Yahoo! Answers India Send...
nishant kumar
coolnishant83
Offline Send Email
Dec 7, 2006
10:54 pm
6596
Hi all the problem that i am having is that the user is not being authenticated: my code: Dim methods As IStateNames = ...
lfowdur
Offline Send Email
Dec 11, 2006
8:45 am
6597
... It looks like you are using the Apache Java XML-RPC implementation. You will probably get better help if you ask on their mailing list. John Wilson The...
John Wilson
tug123uk
Offline Send Email
Dec 11, 2006
11:26 am
6598
I have developed a graphical editor of json / xmlrpc values. It is 100% javascript, based on the yui library (and on a work-in-progress port of the phpxmlrpc...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Dec 15, 2006
11:10 am
6599
Hello, i want to install xmlrpc-epi. I looking for the sources to compile with my php. I am completely loose ... I use php 5.0.3 and apache 2.0.59. This is my...
Yvan Dauby
yvand2007
Offline Send Email
Jan 2, 2007
12:45 pm
Messages 6569 - 6599 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