... 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...
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...
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...
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...
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...
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...
Hi there, In desktop Application I just became involved is such architecture: backend - (unmanaged mutiplatform C++) frontend - C# The idea is to have frontend...
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...
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...
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...
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...
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....
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...
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...