Search the web
Sign In
New User? Sign Up
XMLRPCNET · XML-RPC.NET
? 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.

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 855 - 884 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
855
Hey guys, New to XMLRPC. Using the Calorie King food search service. Now i have a function, which i have defined the structure as Public Structure...
Rauf Le Brewere
rauf_le_brewere
Offline Send Email
Jul 2, 2007
6:18 am
856
Hi Mike: the "foods" struct appears to be used as a hashtable with the id's being used as the keys of items within the hashtable, for example 8288. So you have...
charlescookuk
Offline Send Email
Jul 2, 2007
12:40 pm
857
Hey guys, Thanks for all the help on the last issue. All integrated. I have another issue though. The search i call sometimes returns special characters in...
Rauf Le Brewere
rauf_le_brewere
Offline Send Email
Jul 4, 2007
9:03 am
858
Hi Everybody. I'm try use XMLRPC.NET for build client on PDA under Windows CE 4.2 I'm create form using MS Visual Studio 2003 and it's work. But I cant use XML...
a_feduleev
Offline Send Email
Jul 4, 2007
2:32 pm
859
http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#6.11...
charlescookuk
Offline Send Email
Jul 4, 2007
2:35 pm
860
Try looking at section 1.15 of the XML-RPC.NET FAQ which may help you. ... From: vch99 <abhat@...> To: XMLRPCNET@yahoogroups.com Sent: Friday,...
Michael Romero
ssurge95
Offline Send Email
Jul 4, 2007
2:40 pm
861
Hi I read this chapter but I don't understand how to make this Anybody have examples ? Best Regards, Alexander ... 4.2 ... with ... method. ... VB.NET) to...
a_feduleev
Offline Send Email
Jul 4, 2007
2:55 pm
862
Hi Matt: you would need to modify the XmlRpcSerializer class to modify the stream containing the XML-RPC response so that it contains valid XML (it sounds like...
charlescookuk
Offline Send Email
Jul 5, 2007
1:07 pm
863
I have just started using XMLRPC.NET. I am able to create a server and a client and talk to each other. But I have been asked to show the raw xml sent and...
sneha_rao
Offline Send Email
Jul 11, 2007
9:08 pm
864
You can view it with Fiddle. :) sneha_rao <sneharao@...> wrote: I have just started using XMLRPC.NET. I am able to create a server and a client...
Roger Spalding
armyjazzer
Offline Send Email
Jul 11, 2007
11:10 pm
865
More here: http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#5.1 ... XMLRPC.NET. I am able to create a server and...
charlescookuk
Offline Send Email
Jul 12, 2007
8:37 am
866
Also if you are running firefox, a great plugin is liveHTTPHeaders! charlescookuk <chascook@...> wrote: More here: ...
Roger Spalding
armyjazzer
Offline Send Email
Jul 12, 2007
1:43 pm
867
Hi there, In desktop Application I just became involved is such architecture: backend - (unmanaged mutiplatform C++) frontend - C# The idea is to have frontend...
andrii.nikitin
Offline Send Email
Jul 12, 2007
2:20 pm
868
Thanks to all of you. _____ From: XMLRPCNET@yahoogroups.com [mailto:XMLRPCNET@yahoogroups.com] On Behalf Of charlescookuk Sent: Thursday, July 12, 2007 4:37 AM...
Sneha
sneha_rao
Offline Send Email
Jul 12, 2007
3:43 pm
869
Hi, I have a problem that seems to be connected to the object in which I try to store the response from the server. I allways get: No parameterless constructor...
animagus66
Offline Send Email
Jul 20, 2007
6:37 am
870
I just checked this and I think the problem is caused because the server is not returning an array of type stED. If it does then this code seems to work ok. If...
charlescookuk
Offline Send Email
Jul 21, 2007
7:25 am
871
Thanks for your reply. I looked a bit deeper into the matter and found out, that request generates an empty list, meaning, I get no data back, which, in this...
animagus66
Offline Send Email
Jul 25, 2007
2:13 pm
872
If the response can be either a struct or an empty array then you have to define the return type as type Object and then examine what it is at runtime....
charlescookuk
Offline Send Email
Jul 25, 2007
2:40 pm
873
Thanks a lot!!! ... have ... no ... sturcture ... the ... this ... and...
animagus66
Offline Send Email
Jul 25, 2007
3:41 pm
874
I've received some emails saying that the DLLs are missing from the XML-RPC.NET distribution. Karen Walsh has determined what is happening: "I had the same...
charlescookuk
Offline Send Email
Jul 26, 2007
7:25 am
875
Hi, I get the error above, but when I check on InnerXML of the xdoc in XMLRPCSerializer.cs, I find the following XML string: "<?xml version=\"1.0\"...
animagus66
Offline Send Email
Jul 26, 2007
8:24 am
876
First, you should use TCPTrace or some other tool (See FAQ) to verify that the client is sending a complete XML-RPC request. Assuming this is the case, viewing...
charlescookuk
Offline Send Email
Jul 26, 2007
8:35 am
877
I am trying to rpc calls to https://vcl.ncsu.edu/scheduling/index.php?mode=xmlrpccall which needs the following headers, Authentication is handled by 2...
Ashish
ashingin
Offline Send Email
Jul 30, 2007
3:42 pm
878
Hi Ashish: what type of exception? What information does it contain?...
charlescookuk
Offline Send Email
Jul 30, 2007
3:50 pm
879
I will try to find that but let me know whether I am doing the right thing. Also does it support https. `Ashish...
Ashish Singh
ashingin
Offline Send Email
Jul 30, 2007
4:04 pm
880
Hi all... I'm lost! My problem, I think, is mainly that I don't understand all your terminology to do with schemas/clients/services/soap/etc... I know bits...
Carl Edwards
carled9_2000
Offline Send Email
Aug 2, 2007
9:18 am
881
Well... this place is a hotbed of activity then! Thank god I posted here to find out all the mysteries of xmlrpc, eh? Or maybe everyone's on holiday... :-( ......
Carl Edwards
carled9_2000
Offline Send Email
Aug 7, 2007
11:58 am
882
Carl, I think by lack of response you can assume that no one can actively provide the example you are looking for, and/or if they can, it may be proprietary. I...
Stephen Sadowski
ronin793
Offline Send Email
Aug 7, 2007
2:32 pm
883
The following code doesn't work any more after I converted the project to 2.0. It executes the line Proxy creation (XmlRpcProxyGen.Create), then it will jump...
minyihe
Offline Send Email
Aug 8, 2007
2:15 pm
884
Hi folks I've been reading Charles FAQ in (http://www.xml- rpc.net/faq/xmlrpcnetfaq.html) I would like to know (in VB under part 34 - 2.12 How to implement a ...
grantandlinda
Offline Send Email
Aug 8, 2007
3:19 pm
Messages 855 - 884 of 1226   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