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...
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 ... ...
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...
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...
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...
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...
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...
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): ...
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...
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...
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 ...
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...
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. ...
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...
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 ...
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...
... 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 :). ...
Looks like the parameter should be defined as a struct with two members: authenticationUser and authenticationPassword Do you have a "using System.Net;"?...
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...
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...
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...
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...
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...
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...