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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 827 - 856 of 1226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
827
Hi, I'am using the CookComputing.XmlRpcV2.dll in a C# gui client application . Since we are using french caracters, I changed the encoding to utf-16 as...
patachou_minou
Offline Send Email
Apr 2, 2007
2:16 pm
828
Byte Order Mark? http://en.wikipedia.org/wiki/Byte_Order_Mark BTW the default encoding is UTF-8 which should work fine with French language text. ... are ... ...
charlescookuk
Offline Send Email
Apr 2, 2007
2:19 pm
829
THE RESPONSE XML: I'm new to XmlRpc. The web service is working - returning XML, at least - but I don't know if it's valid, and I don't know how to get the...
mcgmatt
Offline Send Email
Apr 4, 2007
6:32 am
830
I deployed a solution I built with XML-RPC on a production machine with sharepoint and I get the following error. Does anyone have any insight? Security...
paul382838
Offline Send Email
Apr 12, 2007
8:25 am
831
Greetings. I am trying to have introspection in a stand-alone application (not IIS based). It is modelled on the XMLRPCNET sample class StateNameServer in...
mnsgraz
Offline Send Email
Apr 16, 2007
10:13 am
832
This may be an obvious question, but can one send a file via XMLRPC .NET? Thx Frank White...
fblanco3
Offline Send Email
Apr 27, 2007
8:41 am
833
I pulled down the zip file and extracted it to the same directory where I am compiling. When I try to compile csc /r:system.web.dll...
slbrook
Offline Send Email
Apr 27, 2007
8:53 am
834
Never mind. I am not sure what the problem was. But it does not happen anymore. I am curious to know how people got SumAndDiff working. I compiled the...
slbrook
Offline Send Email
Apr 27, 2007
1:37 pm
835
I guess by a byte array...
Luis Daniel Lucio Qui...
Dieu0
Offline Send Email
Apr 27, 2007
5:38 pm
836
I have made it past the below errors, but am now getting configuration error based on this web.config file <configuration> <system.web> <httpHandlers> <add...
slbrook
Offline Send Email
Apr 28, 2007
4:26 pm
837
I'm having a similar problem, although I hadn't identified the specific inactivity time span. The object is Marshalled as follows (from my main method): ...
Josh H
diegoalcatraz
Offline Send Email
May 1, 2007
6:33 am
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
Messages 827 - 856 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