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...
Show off your group to the world. Share a photo of your group with us.

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 6810 - 6839 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6810
hello troy, This is really good help. I had used the fiddler to view the request and reponse header. I found what is the problem i have. Actually my api...
verynew
dineshp_832003
Offline Send Email
Apr 22, 2009
9:38 pm
6811
Hello Dinesh. Your program is giving you this: {events: {evt_change: True}, services: "aw_email"} You want this: {aw_email: {evt_change: True}} So maybe you...
Troy Farrell
troyatni
Offline Send Email
Apr 23, 2009
12:06 am
6812
Hello Troy, You are right that was the mistake.. I changed it and it's working fine now.. Really Thank you very much for time and help. Dinesh....
verynew
dineshp_832003
Offline Send Email
Apr 23, 2009
10:05 am
6813
I have an app the runs XML-RPC and it uses the IXR library php file. I have switch from php4 to php5 and seen a huge performance drop and it has become...
partsboy
Offline Send Email
May 5, 2009
7:42 am
6814
After digging up the posts I decided to ask.. According to XML-RPC spec, parameter value of <string> cannot contain < or &. This means, sending XML as a...
kereszt_hu
Online Now Send Email
Jun 2, 2009
2:30 pm
6815
... There is no way, to send unescaped xml, sorry. It is not the fault of xmlrpc, it is the fault of the xml spec _ you cannot ever use a "<" char inside a...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jun 2, 2009
2:47 pm
6816
... Yes, implementations generally use &lt; and &amp; ... Yes, the text can be enclosed in a CDATA section: <![CDATA[ some text with < and & ]]> I'd be...
John Wilson
tug123uk
Offline Send Email
Jun 2, 2009
2:49 pm
6817
... The safest approach is to taken encoded XML and base-64 encode it as a binary payload. This way you don't have to know or are about the encoding of the...
Fred Drake
pythondocs
Offline Send Email
Jun 2, 2009
2:51 pm
6818
... Actually, CDATA were my next tip. Your post explained to me that XML-RPC uses just the <string>'s node value and not everything below it. In the later...
kereszt_hu
Online Now Send Email
Jun 3, 2009
10:19 pm
6819
... I'm not sure I understand what you are saying. Let me try to clarify what the spec says: A <string> can only contain text (in XML terms CDATA). It may not ...
John Wilson
tug123uk
Offline Send Email
Jun 4, 2009
6:17 am
6820
... You might want to look up the relax-ng spec for xmlrpc if you want to add more formalism / automation to the protocol. Unfortunately using xsd to exactly...
gaetanogiunta2000
gaetanogiunt...
Offline Send Email
Jun 4, 2009
8:02 am
6821
Hi All, I want to test my client code to connect to the yahoo server using XML-RPC. Below is my Client code to connect to Flicker service implemented in yahoo...
sirikanthg
Offline Send Email
Jul 7, 2009
9:44 am
6822
Hello, I found this very old post http://tech.groups.yahoo.com/group/xml-rpc/message/2306, asking a similar question as I will do in a moment. The only reply...
akalaghan
Offline Send Email
Jul 15, 2009
3:00 pm
6823
... One option is to use JABBER-RPC (http://xmpp.org/extensions/xep-0009.html ). this is XML-RPC using XMPP as a transport mechanism rather then HTTP. You run...
John Wilson
tug123uk
Offline Send Email
Jul 15, 2009
5:52 pm
6824
Thank you for the reply. One of my requirements is to have at least C (or C++) and java implementations for both server and client side available. Plus the...
Arne Kalaghan
akalaghan
Offline Send Email
Jul 16, 2009
10:41 am
6825
... Maybe jsonrpc might be better suited to your needs - it is less hardcoded to http and better suited to bidirectional communications. There are a lot of...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Jul 16, 2009
10:52 am
6826
... You could consider having a getNextEvents service available; clients would call it, and get back an array of the most recent events ready for delivery to...
Jay Carlson
nop@...
Send Email
Jul 16, 2009
11:02 am
6827
... Excellent. It seems that you saved me lots of work. For some reason I had jsonrpc in my mind as some derivative of xmlrpc, using a less structured format...
Arne Kalaghan
akalaghan
Offline Send Email
Jul 16, 2009
12:50 pm
6828
... This is another option that I was considering. But it needs two connections per client/server pair, doesn't it? If the server is executing (=idling most of...
Arne Kalaghan
akalaghan
Offline Send Email
Jul 16, 2009
1:00 pm
6829
... I think that once we've decided to use HTTP, we no longer care so much about connections; after all, the concept of a connection is lower in the protocol...
Jay Carlson
nop@...
Send Email
Jul 16, 2009
3:23 pm
6830
... I don't know, yet. But I think that, depending on the server performance, every server will run into saturation at 10, 100 or 1000 simultaneous...
Arne Kalaghan
akalaghan
Offline Send Email
Jul 16, 2009
3:48 pm
6831
Hi i have downloaded the DrupalXmlRpc.NET. framwok from sourceforge.net and tried running the same example. i just changed the wensite address to my drupal...
deepali_tatkar27
deepali_tatk...
Offline Send Email
Sep 10, 2009
12:01 pm
6832
... From: sirikanthg <sirikanthg@...> Subject: [xml-rpc] Not able to connect to Yahoo server using XML-RPC client To: xml-rpc@yahoogroups.com Date:...
Jane Juza
flowerwriter
Offline Send Email
Sep 16, 2009
6:38 am
6833
... From: Arne Kalaghan <akalaghan@...> Subject: Re: [xml-rpc] Bidirectional RPC To: xml-rpc@yahoogroups.com Date: Thursday, July 16, 2009, 10:37 AM   ...
Jane Juza
flowerwriter
Offline Send Email
Sep 16, 2009
6:39 am
6834
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/ht tpclient/HttpException at...
uwayo2001
Online Now Send Email
Sep 18, 2009
3:23 pm
6835
I went to review the spec (working on a new parser for my Perl implementation) and it looks as though the domain has expired with the provider. However, a ...
Randy J. Ray
rjray_perl
Offline Send Email
Oct 1, 2009
10:24 pm
6836
... It's OK for me in the UK. Have you checked using http://downforeveryoneorjustme.com/ ? John Wilson...
John Wilson
tug123uk
Offline Send Email
Oct 2, 2009
9:03 am
6837
Hi, Is there a website where i can download the windows xmlrpc dlls. Please let me know. Thanks, Jay...
jayshankar nair
n_jayshankar
Offline Send Email
Oct 5, 2009
4:51 am
6838
Hi Jay, Xmlrpc library is available for major programming languages. One of them is for Delphi for Windows and Kylix for Linux. ...
I Wayan Yuliarta
ewhynich
Online Now Send Email
Oct 5, 2009
5:01 am
6839
Hi, I need to compile the C/C++ code with XML-RPC dll in MinGW environment(Windows). If one can download the pre-built xml-rpc dlls directly, it would be...
jayshankar nair
n_jayshankar
Offline Send Email
Oct 5, 2009
6:24 am
Messages 6810 - 6839 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