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...
I am trying to rpc calls to https://vcl.ncsu.edu/scheduling/index.php?mode=xmlrpccall which needs the following headers, Authentication is handled by 2...
Hi all... I'm lost! My problem, I think, is mainly that I don't understand all your terminology to do with schemas/clients/services/soap/etc... I know bits...
Well... this place is a hotbed of activity then! Thank god I posted here to find out all the mysteries of xmlrpc, eh? Or maybe everyone's on holiday... :-( ......
Carl, I think by lack of response you can assume that no one can actively provide the example you are looking for, and/or if they can, it may be proprietary. I...
The following code doesn't work any more after I converted the project to 2.0. It executes the line Proxy creation (XmlRpcProxyGen.Create), then it will jump...
Hi folks I've been reading Charles FAQ in (http://www.xml- rpc.net/faq/xmlrpcnetfaq.html) I would like to know (in VB under part 34 - 2.12 How to implement a ...