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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 838 - 867 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
838
That is what I'd try, too. Depending on file size, you might have to break it into repeated calls to push the bytes through. I'm not terribly familiar with...
Josh H
diegoalcatraz
Offline Send Email
May 2, 2007
7:50 pm
839
As a bit of a followup, I did some more testing. This behavior seems to occur (as you mention) after three minutes or so of inactivity, but not always...
Josh H
diegoalcatraz
Offline Send Email
May 8, 2007
3:36 pm
840
It is probably the garbage collector doing its job. Read "Object Lifetime and Leases" on http://www.codeproject.com/csharp/Net_Remoting.asp . I was able to ...
Carl
carlmonnig
Offline Send Email
May 21, 2007
9:14 am
841
I would like to know how the server handles multi-threading when receiving Xml-Rpc calls (on .Net Remoting) so that I can customize this process. Could anyone...
Carl
carlmonnig
Offline Send Email
May 21, 2007
5:52 pm
842
I've been using this XML-RPC assembly it seems like forever, and it always works great; but all this time I've been using it on Mono with a .NET 1.1 profile. ...
Adam Tauno Williams
ferillis2003
Offline Send Email
May 23, 2007
5:07 pm
843
... It is/was a bug in Mono 1.2.3; using the assembly with the .NET 2.0 profile under Mono 1.2.4 works....
Adam Tauno Williams
ferillis2003
Offline Send Email
May 27, 2007
1:05 am
844
Hi, I'm new to XML-RPC.NET library and have just tried to send a XML-RPC to an object in Second Life, but I always get the error "Server returned a fault...
grisudrgn
Offline Send Email
May 29, 2007
5:29 pm
845
The server expects to see xml tags in the post like this: POST /RPC2 HTTP/1.1 User-Agent: Frontier/5.1.2 (WinNT) Host: 10.2.1.100 Content-Type: text/xml ...
armyjazzer
Offline Send Email
May 29, 2007
5:30 pm
846
I have looked all over the Oodle discussion group and a few people recommended using XML-RPC.net when calling the oodle api. I have tried this and so far I...
shankslouis
Offline Send Email
May 30, 2007
5:42 pm
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
Online Now 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
Messages 838 - 867 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