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...
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 847 - 876 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
847
... I ... I'm not sure if I am not clear enough in what I am asking or if this group is not active. Hopefully someone can steer me in the right direction :). ...
armyjazzer
Offline Send Email
Jun 5, 2007
3:24 pm
848
Looks like the parameter should be defined as a struct with two members: authenticationUser and authenticationPassword Do you have a "using System.Net;"?...
charlescookuk
Offline Send Email
Jun 5, 2007
6:42 pm
849
Charles, Thanks for the response and help! You were correct on both issues: Adding the using System.Net; referenfixed the second problem, but was really not...
armyjazzer
Offline Send Email
Jun 6, 2007
4:27 pm
850
Hi, I would like to use xml-rpc.net to create a web service app. This would expose a login method that would return a session cookie together with its' header...
Michael Ira
mike_ira
Offline Send Email
Jun 14, 2007
6:48 am
851
I am new to using XML-RPC, but have extensive experience with C#. I am trying to connect to a Java based XML-RPC server. I am able to successful connect and...
stevet96
Online Now Send Email
Jun 18, 2007
3:26 pm
852
Hi Steve: it sounds like an array of XmlRpcStruct is what you need. Without knowing the interface you are using for the proxy and what the server is expecting...
charlescookuk
Offline Send Email
Jun 19, 2007
2:56 am
853
I am writing a client to access Brivo XML-RPC API in Visuaal Basic .NET. Anyone here used XML-RPC.NET for it? Thanks....
vch99
Offline Send Email
Jun 23, 2007
1:52 pm
854
Hi, I am writing a XML-RPC client in VB .NET on .NET 2.0. When I execute a method and the if the Server returns an empty string into a structure or a date...
vch99
Offline Send Email
Jun 23, 2007
1:53 pm
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
Messages 847 - 876 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