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 6782 - 6812 of 6839   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6782
We've been using the CurrentTime webservice to verify that people running our services have their time synced up correctly on their machines. however, it...
stolik
Offline Send Email
Dec 3, 2008
8:49 pm
6783
It doesn't resolve for me either, but that's no surprise given that xmlrpc.com has been disintegrating for a while now. ... [Non-text portions of this message...
Troy Farrell
troyatni
Offline Send Email
Dec 3, 2008
9:27 pm
6784
I have php-xmlrpc.dll installed on a server as part of money service in a virtual world (using WAMP). How can I do a simple check that it is functioning OK...
c.withers
Offline Send Email
Dec 5, 2008
11:03 pm
6785
the phpxmlrpc library includes a complete xmlrpc debugger. To install it, you will need a php server - it might be the same as the wmlrpc server to be tested...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Dec 6, 2008
10:03 am
6786
Hi, I am sending data from windows client to linux server with pstream transport. The problem happen, when the windows client is receiving response i.e. during...
n_jayshankar
Offline Send Email
Dec 11, 2008
4:41 am
6787
... You're probably going to get more help if you tell us exactly what XML-RPC implementation (including the version) you are using on Linux and Windows. John...
John Wilson
tug123uk
Offline Send Email
Dec 11, 2008
5:49 am
6788
Hi, I was trying stable. The fix was there in upper versions. Thanks, Jay ... From: John Wilson <tug@...> Subject: Re: [xml-rpc] XXML-RPC Exception...
jayshankar nair
n_jayshankar
Offline Send Email
Dec 11, 2008
11:13 am
6789
Hi, I was looking for the latest version of windows base pstream xml-rpc. I had a look at the xmlrpc1-13, xmlrpc1-14 and code in the trunk. The...
jayshankar nair
n_jayshankar
Offline Send Email
Dec 22, 2008
12:41 pm
6790
If I've got an endpoint of: https://example.com/rpc What response would you expect if the wrong scheme was used by mistake? http://example.com/rpc Is there a...
Bill Moseley
whmoseley
Offline Send Email
Dec 24, 2008
7:54 am
6791
... The central concept of XML-RPC over HTTP is "RPC". The other two have not been important in the past, and it's unlikely there is any particular care about...
Jay Carlson
nop@...
Send Email
Dec 24, 2008
9:16 am
6792
... How about in a practical world? ;) I suppose what I return is whatever I document. So, I'm looking for suggestions. In my *web* app some pages require...
Bill Moseley
whmoseley
Offline Send Email
Dec 24, 2008
3:44 pm
6793
I would be inclined to return the redirect or define and document an XML-RPC fault code for redirection. The former lets your users take advantage of good...
Troy Farrell
troyatni
Offline Send Email
Dec 30, 2008
2:18 pm
6794
Hi, I am currently testing my application on windows with xmlrpc 01.16.00. I am getting utf related problems. This occurs when i try to to call function...
jayshankar nair
n_jayshankar
Offline Send Email
Jan 13, 2009
10:23 am
6795
Greetings Jay. It seems by your log that you are passing invalid data to your method. UTF-8 can only represent values 0x00-0x7f in single-byte format. When...
Troy Farrell
troyatni
Offline Send Email
Jan 13, 2009
4:09 pm
6796
Hi Troy, The same piece of code is working fine in linux. In windows its giving this particular problem. Also if two-byte representation is needed, do i need...
jayshankar nair
n_jayshankar
Offline Send Email
Jan 14, 2009
4:59 am
6797
Hi, It seems va_listx operation is not working  properly on windows.  The arguments are populated with the string "callback_method" in xmlrpc_build.c. ...
jayshankar nair
n_jayshankar
Offline Send Email
Jan 14, 2009
9:43 am
6798
Hello, thank you for the great lib ... but i wonder if there is an "running" example for a real vb.net xmlrpc-net SERVER. I dont like to have an IIS or...
Chris Karidian
karidian63
Offline Send Email
Feb 12, 2009
2:45 pm
6799
Greetings Chris. Working on the assumption that you are using the XML-RPC.NET library (you did not specify,) your question is answered in the FAQ: ...
Troy Farrell
troyatni
Offline Send Email
Feb 12, 2009
3:09 pm
6800
I'm not a PHP programmer, so not sure what to look for. Is there a standard client library that is recommended for PHP? A few Google turned up: ...
Bill Moseley
whmoseley
Offline Send Email
Mar 19, 2009
11:33 pm
6801
I'd say the best choices are: - the php xmlrpc extension (www.php.net/xmlrpc). Fastest of them all, since it is written in C and not in PHP, and comes as...
Gaetano Giunta
gaetanogiunt...
Offline Send Email
Mar 20, 2009
9:07 am
6802
Hello everyone, Iam using the xmlrpc with the c#.net. My server function looks like this below. API = (('object_id', 'ASCII string', 1), ('services', 'struct',...
verynew
dineshp_832003
Offline Send Email
Apr 14, 2009
1:09 pm
6803
Hello Dineshp. You can nest XmlRpcStructs just like you would nest .net Hashtables: XmlRpcStruct t = new XmlRpcStruct(); XmlRpcStruct u = new XmlRpcStruct(); ...
Troy Farrell
troyatni
Offline Send Email
Apr 14, 2009
2:54 pm
6805
Hello troy, Thank you very much for your answer. I have implemented the interface and structure as below [XmlRpcUrl("http://www.myurl.com")] public interface...
verynew
dineshp_832003
Offline Send Email
Apr 21, 2009
10:32 am
6806
Dinesh, If your client is not receiveing a response, your client is probably not transmitting a request. Try using Wireshark http://www.wireshark.org/ to ...
Troy Farrell
troyatni
Offline Send Email
Apr 21, 2009
2:00 pm
6807
hello troy, Thank you once again for your reply. Actually is it possible to view the request in from the c#.Net itself so that i can verify with the server api...
verynew
dineshp_832003
Offline Send Email
Apr 21, 2009
3:57 pm
6808
Hi Dinesh. Since you are using XML-RPC.NET, you should read the Debugging section of the FAQ. It answers your question: ...
Troy Farrell
troyatni
Offline Send Email
Apr 21, 2009
4:32 pm
6809
Hello troy, This was really good help. I had used Fiddler to view the request header. Actually i have a send a request to the server api function like this ...
verynew
dineshp_832003
Offline Send Email
Apr 22, 2009
8:53 pm
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
Messages 6782 - 6812 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