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 6641 - 6670 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6641
I have to talk to a XML-RPC server. I am working within an environment that does not support XML-RPC (Cache from Intersystems). So the idea was that I write my...
pvl3855
Offline Send Email
Jul 2, 2007
8:22 am
6642
I have no idea, but since this is a public webservice you are trying to access, you can test it using the xmlrpc debugger available at ...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 2, 2007
11:43 am
6643
Thanks Gaetano, this helps indeed. I receive a good reply with this test client. I am still trying to find what's wrong with my request. The debugger is very...
pvl3855
Offline Send Email
Jul 2, 2007
3:03 pm
6644
On Mon, Jul 02, 2007 at 01:43:19PM +0200, Gaetano Giunta <giunta.gaetano@...> wrote ... Very nice tool but I miss the ability to see the request, not...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Jul 3, 2007
3:50 pm
6645
Well, if you set debugging to "more", you get a nice, 100% complete dump of the http request payload. To alleviate your trouble, I read the thread you refer...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 3, 2007
7:51 pm
6646
On Tue, Jul 03, 2007 at 09:50:38PM +0200, Gaetano Giunta <giunta.gaetano@...> wrote ... Ooops, I noticed Yes and No and missed More. It works. Thanks...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Jul 3, 2007
8:22 pm
6647
Hi there, I've setup a blog on our intranet.. Its a wordpress blog.. Im now trying to pull info from our Internal DB and post it into the wordpress blog.. Ive...
oconnorglenn
Offline Send Email
Jul 5, 2007
2:54 pm
6648
... I presume you have looked at the Wordpress documentation (type wordpress xml-rpc into google. It's the first ht as you might expect). Does that not help...
John Wilson
tug123uk
Offline Send Email
Jul 5, 2007
3:00 pm
6649
On Thu, Jul 05, 2007 at 02:33:32PM -0000, oconnorglenn <glenn@...> wrote ... According to its documentation (I did not test it), Wordpress supports ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Jul 6, 2007
2:27 pm
6650
Is it correct, or at least permissible, for implementations to embed newlines in the wire representation of base64 data? The xmlrpc spec doesn't say. It just...
slinkp23
Offline Send Email
Jul 13, 2007
10:32 pm
6651
Well, there are in fact a lot of quirks in the spec. In the past it stated that string data had to be ASCII and could be used to encode binary stuff, and this...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 14, 2007
8:59 am
6652
... I have just looked at the Redstone Bas64 decoder and it's obviously broken. The code correctly ignores whitespace characters but then complains that the...
John Wilson
tug123uk
Offline Send Email
Jul 14, 2007
12:25 pm
6653
We frequently get into the "what is the nature of a standard" discussion here. I don't think most people really care whether an XML-RPC implementation is...
bryanh@...
giraffedata
Offline Send Email
Jul 14, 2007
6:44 pm
6654
... Thanks John, I have filed a bug report at https://sourceforge.net/tracker/?func=detail&atid=383547&aid=1753822&group_id=25164...
slinkp23
Offline Send Email
Jul 16, 2007
3:10 pm
6655
... Well, it apparently melted slightly in 2003 ;-) I don't see how a couple of words to clarify that nearly everyone is already doing base64 correctly would...
slinkp23
Offline Send Email
Jul 16, 2007
3:25 pm
6656
Hi There, I installed w3c-libwww-5.4.0 first and then install xmlrpc-c-1.06.15 on my machine. I can successfully make and install both softwares. But when I...
bozhang1982
Offline Send Email
Jul 24, 2007
7:26 am
6657
On Mon, Jul 23, 2007 at 09:02:29PM -0000, bozhang1982 <bozhang1982@...> wrote ... Well, /usr/local/lib is not in your load path. (For instance, on my ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Jul 26, 2007
3:30 am
6658
Hi I have requirement to use perl 5.00503 version which comes along VMware. I need to use XML-RPC for the same version. Any Information on Previous versions of...
vishnu
ckmvishnu
Offline Send Email
Aug 13, 2007
5:32 pm
6659
Is there any way to use a ServletFilter with XML-RPC? When I a filter that has the following code, the XML-RPC reply happens before the exception. I am using...
bob.jensen
Online Now Send Email
Aug 13, 2007
5:34 pm
6660
... Try include <sys/time.h> in the base.hpp...
rronchiang
Offline Send Email
Aug 13, 2007
5:35 pm
6661
I am facing problems in xml rpc calls. ... expat reports error code 70 description: SYSTEM or PUBLIC, the URI is missing line: 1 column: 48 byte index: 50 ...
Hanumesh
hanumesh_m
Offline Send Email
Aug 13, 2007
5:35 pm
6662
Hi! Has anyone used the EPI API for XML-RPC made in C ? The one here http://xmlrpc-epi.sourceforge.net/ ? I have the following problem: 1) I am calling a...
Cimpu Andrei Emanuel
cae_dogg
Offline Send Email
Aug 13, 2007
5:36 pm
6663
I am using xml rpc for database operations. Env: Linux, PHP, xml-rpc, It was working well before I restarted my server. From today it stopped working. I...
Hanumesh
hanumesh_m
Offline Send Email
Aug 13, 2007
5:36 pm
6664
Sorry, but to give a meaningful anser, more details are needed: + is the php server acting as xmlrpc server or as xmlrpc client? + are you using the xmlrpc php...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Aug 15, 2007
8:26 pm
6665
We are trying to determine the best way to work around null values as part of our XML-RPC server. It appears there is an extension detailed here...
csch_nu2001
Offline Send Email
Aug 27, 2007
10:04 pm
6666
If this might be of help, the php-xmlrpc library does support the NIL extension, too...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Aug 28, 2007
7:23 am
6667
I believe most so-called XML-RPC clients and servers do understand <nil>. But some (e.g. Apache) understand <ex.nil> instead and I presume there are others...
bryanh@...
giraffedata
Offline Send Email
Aug 28, 2007
3:49 pm
6668
Hello, I want to communicate Java and PHP with XML-RPC but I have the next exception: Failed to parse servers response: Expected methodResponse element, got br...
luisicozgz
Offline Send Email
Sep 6, 2007
8:39 am
6669
Luis, try to set XmlRpc.setDebug(true) or something such... (maybe new versions have a commons-logging setting, that'd be in the FAQ). You'll see the dump of...
Paul Libbrecht
paul_libbrecht
Online Now Send Email
Sep 6, 2007
8:57 am
6670
looks like you are not getting back an xml response (since you are geting a BR element, it looks more like html) this usually means either: - you are not...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Sep 6, 2007
9:01 am
Messages 6641 - 6670 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