How do you gracefully shut down an XML-RPC server implemented with this library for this particular scenario: A (XML-RPC) client has issued an XML-RPC request...
I have been using the library for over a year - everything works fine. Over the weekend my client upgraded their eCommerce software to the latest version and...
Hi Richard: where struct member names are generated at runtime it is necessary to use XmlRpcStruct — essentially a hash table — and unpack the structs...
Thanks, I had thought of doing that way, but couldn't make it work. I tried doing that at the level of the 'Additional_Information39; class using: Public...
Thanks for being so responsive. I just got it working. The problem was mine - a combination of moving between languages and capitalization within the XML. I...
... Sorry, forgot to mention, in case it wasn't clear, I try to return output prior to calling the exit method, and no output is returned but server does exit....
I am a beginner when it comes to vb.net and I thought I would work on a little project that involves using upcdatabase.com to lookup a barcode upc. I have...
FYI, in case anyone interested. I built the server to work with Robot Framework for QA testing, but it can also be used for other purposes. Check it out here: ...
I've uploaded a snapshot of the work in progress of version 3.0.0, available from here: http://xml-rpc.net/download.html The functionality should not change...
I was just thinking about and researched XML-RPC for Powershell. I am generally more interested in server side rather than clients. In my search, I see that...
I have a working .NET app that works w/ an XML-RPC and just started converting it to XML-RPC.NET. There is one particular request I am having trouble with. It...
Hi Steve: yes, you need to define a class or struct to represent the parameter. Define another class or struct to represent each upload and then define the...
Hey, Is it possible to ignore a certain property from being serialized to the XML-RPC struct? Basically, I have struct MyStruct { public int A { get; set; } ...
Release 2.5.0 has a build for CF: http://www.xml-rpc.net/faq/xmlrpcnetfaq-2-5-0.html#6.11 <http://www.xml-rpc.net/faq/xmlrpcnetfaq-2-5-0.html#6.11>Not in...
The NonSerialized attribute will be supported properly in release 3 (dev snapshot available). ... [Non-text portions of this message have been removed]...
do you have an example of using CookComputing.XmlRpc.CF? 2011/6/10 José Vicente <jviares@...> ... [Non-text portions of this message have been removed]...
Hi I've found a sample for Windows Phone 7 in the source code. :-) Now, i've a exception that i not understand. I test under a console project with .NET 3.5...
Hi Charles I still have a little problem. :-/ How can I set the header of a request for basic authentication? The generated XML is ok. But the basic...
Hi Roland: I think certain headers may be ignored if you try to set them. The project is built for Silverlight 3 which doesn't support setting the Credentials...
Looks like we should be using the client HTTP stack in Silverlight. This has support for headers (but Silverlight 4 still necessary for Credentials support): ...
Hi Charles Thanks for your answer. I've a project if it works. Only the deserials of the request data not work. It is a Windows Phone 7 project. ... internal...