Hi, First of all: this is a great piece of software! It was quite easy to get started with a .NET client consuming a service working on a different platform. ...
Hi! I'm trying to get a simple test client working in a Silverlight 5.0 VB.Net project and I'm getting a NotSupportedException: Specified method is not...
Hello, I new at this and I don't understand how to populate an XMLRPC object with an array that will build XML nodes of multiple elements and attributes. I...
request: how do i call a method with the following xml <?xml version="1.0"?> <methodCall> <methodName>person.addperson</methodName> <params> <param> ...
I am learning this XmlRpc.Net examples http://www.wordtracker.com/docs/api/ch03s04.html and I added the reference of CookComputing.XmlRpcV2.dll. When I...
i have dll im creating in c# using visual studio 2008 pro . i need to use in this dll the xmlrpc.net dll . in xmlrpc.net i recompile the dll with Private Key...
I am trying to get options and set options using XMLRPC.NET but am not succeeding. Is it possible for someone to help me out. [XmlRpcMethod("wp.setOptions")] ...
I need to setup a proxy for many different blogs at different location, though I am not sure how I can make the endpoint dynamic. Is someone able to assist...
I was wondering, how do we properly propagate exceptions thrown from another class method, etc. through to the XML-RPC.Net implemented server? Particularly in...
Hi, I'm trying to create a service to offer Tapatalk support for a ASP.Net forum (Tapatalk is a popular app for smartphone to read forums, is based in xml-rpc...
I am very new to using web services. I am creating an application using Ez.Newsletter.MagentoAPI (v. 1.1) which, in turn uses CookComputing XML-RPC. When I...
Hi everyone, Just wanted to let you know that I successfully deployed an application on Azure that uses xml-rpc.net. I used the ashx solution that is described...
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; } ...
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...
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'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...
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...
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 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...
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, I tried the sample LoggingExample (no recompilation) in order to study RequestResponseLogger and I got an exception. I recompiled with VS 2010 and I got...
Hi I have built an xml-rpc client using c# to connect to the xmlrpc server ClientProtocol.Url = "http://ubuntu:8080/rpc2"; // ubuntu is the hostname(pc name) ...
Hello All, I just created a new xml-rpc service, how to host this service in my application via a new thread? I just know how to publish the xml-rpc service on...
Hello Everyone, I have developed a service for xml RPC in .net 2010 using Cook's DLL and tested everything on windows 7. Everything is working fine on my...
Hi, I'm making progress attaching to the OpenERP system using some of the code samples so graciously posted. The following code is allowing me to login and get...