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 to share photos of your group with the world? 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 6668 - 6697 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Offline 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
6671
... Looks like you are getting HTML back. You are probably not using the right URL for the request. John Wilson...
John Wilson
tug123uk
Offline Send Email
Sep 6, 2007
9:02 am
6672
Hello, I need to send a variable type Date from Java to PHP with XML-RPC.I send the Date on this way: Date a = new Date(2007,9,5); params.addElement(a); ...
luisicozgz
Offline Send Email
Sep 6, 2007
1:19 pm
6673
On Thu, Sep 06, 2007 at 01:17:04PM -0000, luisicozgz <luisicozgz@...> wrote ... This is a PostgreSQL error (pg_exec is a PostgreSQL call), not a PHP one....
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Sep 7, 2007
1:18 pm
6674
Hello, I have executed the next line in Java Object[] params = new Object[]{"a","b","c","d"}; params = (Object[])client.execute("function_bb",params); Although...
luisicozgz
Offline Send Email
Sep 10, 2007
10:16 am
6675
The message says it all: Failed to parse servers response. Could you activate the debug to see the server-response-document? paul ... [Non-text portions of...
Paul Libbrecht
paul_libbrecht
Offline Send Email
Sep 10, 2007
11:21 am
6676
Hello, The console shows the following thing: [Fatal Error] :521:16: Invalid byte 2 of 2-byte UTF-8 sequence. org.apache.xmlrpc.client.XmlRpcClientException:...
luisicozgz
Offline Send Email
Sep 10, 2007
2:10 pm
6677
On Mon, Sep 10, 2007 at 02:09:38PM -0000, luisicozgz <luisicozgz@...> wrote ... Is it really direccion and not dirección? Because the result you posted...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Sep 10, 2007
3:10 pm
6678
... If it is dirección then what's probably happening is that the server is encoding the response in ISO 8859/1 but we can see from the message dump it is not...
John Wilson
tug123uk
Offline Send Email
Sep 10, 2007
6:34 pm
6679
Hello, I have discovered that I have a problem with the accents.I received this response: <methodResponse> <params> <param> <value><array> <data> ...
luisicozgz
Offline Send Email
Sep 13, 2007
2:25 pm
6680
either will work. find out the easiest change to make... ... [Non-text portions of this message have been removed]...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Sep 13, 2007
2:33 pm
6681
... Answered on the Apache list. Basically you have to fix the server to either use UTF-8 or emit a header. You can't fix it at the client end. John Wilson...
John Wilson
tug123uk
Offline Send Email
Sep 13, 2007
3:12 pm
6682
Hello, I have in PHP(Server) the next line to create the xml file: <?xml version="1.0" encoding="utf-8"?> Have I with this a valid header or what must I to...
luisicozgz
Offline Send Email
Sep 14, 2007
7:43 am
6683
On Fri, Sep 14, 2007 at 07:41:30AM -0000, luisicozgz <luisicozgz@...> wrote ... I do not understand. The XML-RPC server is written in Java or in PHP? ......
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Sep 14, 2007
9:27 am
6684
if the server is in PHP, AND you are using the standard xmlrpc library (that is, the native xmlrpc extension) to build it (as far as I can tell), you can - use...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Sep 14, 2007
9:47 am
6685
... Setting the charset on the HTTP Content-type header violates the XML- RPC spec and, in general, will have no effect on the behaviour of the client. Most...
John Wilson
tug123uk
Offline Send Email
Sep 14, 2007
11:51 am
6686
... I agree. (the following is from my longish experiments with XML-RPC interoperability several months ago) Due to an "underspecification" in the initial...
Ulrich Schaefer
horribiliscr...
Offline Send Email
Sep 14, 2007
12:37 pm
6687
... I have implemented XML-RPC twice. Both times I did not emit an XML header but used numeric character references (i.e. things like &#x123;) for all code...
John Wilson
tug123uk
Offline Send Email
Sep 14, 2007
12:58 pm
6688
Dear colegues, I would like to install an xml-rpc ping server in order to receive pings from updated blogs. Do you know any open-source solution? Maybe ...
solpalmerasol
Offline Send Email
Sep 18, 2007
7:22 pm
6689
I moderate this group on my own. It takes very little effort. Basically i just get a message whenever a new person joins the group and when they make thier...
John Wilson
tug123uk
Offline Send Email
Sep 24, 2007
10:22 am
6690
Given the very low traffic we have these days, I see no problem in candidating as moderator. Bye Gaetano ... [Non-text portions of this message have been...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Sep 24, 2007
10:29 am
6691
Thanks, I'll make Gaetano and Jim moderators then. Thanks for your help John Wilson...
John Wilson
tug123uk
Offline Send Email
Sep 24, 2007
1:07 pm
6692
Hello, I hope someone can help me with this problem. I have setup a simple script with xml-rpc to get xml back from a server. Works OK but the xml that is...
loet.vanoostende
loet.vanoost...
Offline Send Email
Oct 4, 2007
9:10 am
6693
hard to tell, if you do nor specify your language of choice, toolkit/library/server environment... ... [Non-text portions of this message have been removed]...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Oct 4, 2007
9:28 am
6694
I'm trying to use: RPC::XML Version 0.58 ... "keY" to pass to the calls. Does the module support that? it said to install SSLeay which we did but then we get...
turnertim
Offline Send Email
Oct 12, 2007
6:06 am
6695
i had a couple of doubts regarding xmlrpclib How can i get all the posts in the blog?? and for this "metaWeblog.getPost (postid, username, password)" how do i...
ashok.raavi
Offline Send Email
Oct 12, 2007
8:13 am
6696
On Fri, Oct 12, 2007 at 08:05:09AM -0000, ashok.raavi <ashok.raavi@...> wrote ... There is no standard way. With Metaweblog, you call ...
Stephane Bortzmeyer
bortzmeyer@...
Send Email
Oct 15, 2007
7:21 am
6697
Hi I'm new to xmlrpc. Trying to connect to a wiki site using this API, and it looks like the only xmlrpc implementation currently supporting digest ...
Guennadi Liakhovetski
lyakh_lost
Offline Send Email
Oct 15, 2007
2:46 pm
Messages 6668 - 6697 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