Skip to search.
xml-rpc · XML-RPC Discussion

Group Information

  • Members: 564
  • Category: XML
  • Founded: Jul 15, 1998
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 6714 - 6744 of 6912   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6714 hooz84 Offline Send Email Dec 13, 2007
10:28 am
Hi! I'm an xmlrpc beginner and i would like to know how to use it! What i need to use? i tried hard to get it work but alway I've back a message where server...
6715 Shah Japan
shahjapan Offline Send Email
Dec 13, 2007
2:12 pm
I think if you get such from server means, you have successfully deployed your web-service.... ... -- Regards, Japan Shah [Non-text portions of this message...
6716 jeromakay Offline Send Email Dec 20, 2007
7:18 am
hi guys, I'm new here. I've browsed the list for some feedback about what's next when the received payload is empty and didn't find much. I'm connecting to a...
6717 Gaetano Giunta
gaetanogiunt... Offline Send Email
Dec 20, 2007
8:16 am
A 100% empty response, by a php powered server, is usually the result of a fatal error in the code. If php is configured not to display errors on screen (as it...
6718 jeromakay Offline Send Email Dec 20, 2007
12:46 pm
Hi Gaetano, Thanks for the feedback. Well, so far I checked the apache logs, I see a POST via HTTP to that URL, a 200 OK reposonse is returned, and the body...
6719 jeromakay Offline Send Email Dec 20, 2007
12:49 pm
Quick note: The last solution I was talking about was written incorrectly. What I wanted to say was : - replace CURL and use it instead of fsockopen. Based on...
6720 Tim Turner
turnertim Offline Send Email
Dec 20, 2007
1:15 pm
I'm trying to retrieve the return code from an xml rpc call... Should be true on success of false if failure... I'm using Frontier RPC2 Client. I've tried...
6721 Gaetano Giunta
gaetanogiunt... Offline Send Email
Dec 20, 2007
1:18 pm
off the top of my head: there was a particular version of php that broke support for HTTP_RAW_POST_DATA, which is used, iirc, by pear::xmlrpc. Since you say it...
6722 jeromakay Offline Send Email Dec 21, 2007
7:37 pm
Hi G, Thanks for all the feedback, I managed to find out what's the problem. The XML-RPC PEAR package is ok, however, the XML-RPC server is not. It needs a...
6723 Gaetano Giunta
gaetanogiunt... Offline Send Email
Dec 22, 2007
10:30 am
Well, doh. I think I should have thought about that earlier. PHP script timeouts are quite common and quite annoying errors, as by default there will be no...
6724 jeromakay Offline Send Email Dec 22, 2007
1:34 pm
Hi Gaetano, Yes, you're totally right. It's the pear RPC class which has the issue with time outs. What I did was to increase the time out limit on the client...
6726 gabrix666k Offline Send Email Jan 14, 2008
12:16 pm
I'm totally new to xml-rpc and i would like someone pointing me where i can start from this new adventure , thanks !...
6727 John Wilson
tug123uk Offline Send Email
Jan 14, 2008
3:27 pm
... what programming language are you intending to use?...
6728 Shah Japan
shahjapan Offline Send Email
Jan 17, 2008
5:05 am
You can go through the following web site http://xml-rpc.net/ ... -- Regards, Japan Shah [Non-text portions of this message have been removed]...
6729 Andrew
apayton4 Offline Send Email
Feb 15, 2008
9:49 pm
I am trying to create an complex struct with multiple arrays This is an example of my array setup before creating the struct $args=Array ( [authentication] =>...
6730 amracel Offline Send Email Feb 22, 2008
5:54 pm
Trying to use some existing Perl code from within Java, I ran across the following article: http://www.javaworld.com/javaworld/jw-10-2004/jw-1011-xmlrpc.html ...
6731 dgavinb Offline Send Email Feb 28, 2008
7:08 am
Thanks in advance for any help you can provide! What I'm trying to do seems so simple but, despite all my attempts, I can't seem to find a solution. *Here is...
6732 Gaetano Giunta
gaetanogiunt... Offline Send Email
Feb 28, 2008
8:42 am
you can try $message = new xmlrpcmsg('order', array($myArray) ); the default syntax for msg constructor takes an aarray of params, even if uou only have one ...
6733 tgriesel78 Offline Send Email Mar 31, 2008
9:22 am
Hi all, I am trying to implement an xmlrpc client into a given framework. I have to use c/c++ for the developing the client. The struct to call the server has...
6734 tgriesel78 Offline Send Email Mar 31, 2008
11:07 am
Sorry I forgott: changing resultP = xmlrpc_client_call(&env, serverUrl,methodName,"({s:i,s:s})" ,sendStrctP); or resultP = xmlrpc_client_call(&env,...
6735 Gaetano Giunta
gaetanogiunt... Offline Send Email
Mar 31, 2008
6:34 pm
Sorry, why not start out with existing code? given the age of the spec, there are a bazillion implementations ready... ... [Non-text portions of this message...
6736 tgriesel78 Offline Send Email Apr 1, 2008
1:50 pm
Hi, thanks for the reply. I used existing code - the one given in the examples of xmlrpc. Unfortunable I was not able to find a C/C++ clients which meets my...
6737 darkob72 Offline Send Email Apr 4, 2008
6:19 am
I read http://www.xml-rpc.net/faq/xmlrpcnetfaq.html but I can't create working sample. Can someone do some step-by-step for server and client sample....
6738 eejimkos Offline Send Email Apr 11, 2008
2:42 pm
first,tnks for your time.. im my client i have a servlet which sends(ans receives the xml response-request).the data that i send is simply 2 strings and i want...
6739 owensw721 Offline Send Email May 10, 2008
11:05 pm
Hi, what's is the status of this project now? Out of beta and in production? ... library - version 0.1. ... found in the php-xmlrpc lib)...
6740 Gaetano Giunta
gaetanogiunt... Offline Send Email
May 12, 2008
7:34 pm
... Not really out of Beta, as the current release is 0.3. But as Google teaches, stuff can be usable and kept in beta for a long, long time... ;) All known...
6741 Steve Owen
owensw721 Offline Send Email
May 13, 2008
10:02 pm
Tks for the update _____ From: xml-rpc@yahoogroups.com [mailto:xml-rpc@yahoogroups.com] On Behalf Of Gaetano Giunta Sent: Monday, May 12, 2008 3:35 PM To:...
6742 xmlrpc00 Offline Send Email May 20, 2008
12:43 pm
Hello everybody, I am trying to establish a communication between my pocket PC and and a PC with XML-RPC in order to invoke some methods on the PPC from the...
6743 Bill Moseley
whmoseley Offline Send Email
May 21, 2008
2:43 pm
I'm curious how to handle more complex error situations than the XML-RPC fault will support. Should I just create and document additional response payload...
6744 John Wilson
tug123uk Offline Send Email
May 21, 2008
2:49 pm
... That seems exactly the right thing to do. Please resist trying to "extend" or "improve" the basic XML-RPC protocol. This just limits the usability of your...
Messages 6714 - 6744 of 6912   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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