Synchronous methods are not supported with Silverlight. You have to implement asynchronous methods. ... [Non-text portions of this message have been removed]...
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. ...
If I may suggest, I think you need to rewrite your struct to use the byte[] type for the base64 data and implement the IXmlRpcProxy interface, similar to the...
Hi Duane, Yes, I saw your post and tried that. The problem is that the method itself can only take one parameter which is an array ['key'][xxxVendorKey]...
Can this library be used in a Medium Trust environment? Our website is hosted in a shared environment and therefore we are not able to change to full trust. We...
This is by design in ASP.NET. By default outbound connections are restricted in medium trust and configuration changes are required to open this up. There is...
Hi, I am a new user using version 2.5 to write a client application and have several steps working well. I am now trying to debug a complex system. Is there...
Put fiddler onto the same computer. It will capture and show all packets, even SSL encrypted if necessary. Invaluable... ... From: "embeddedprogrammer"...
Hi, I'm working on a project that requires me to send xml-rpc data over SCGI (http://en.wikipedia.org/wiki/Simple_Common_Gateway_Interface) but recieves normal...
Dear Charles, Am struggling since a week now to find a solution to how pass the datetime in ISO format in fact am trying to have into my XML request the...
Hi, I can access the service in the Browser. But there I only get "Request from client does not contain valid XML." ... of course. Is there a way to access the...
Ok, I found out, that there is some kind of automatic documentation. But where can I access this documentation in the browser? I'm using .NET Remoting for the...
I am calling a server method that returns a very complex structure of arrays of structures. So far the only way I can see what is returned if I have it return...
Hi! I'm downloading posts from Joomla 2.5 with XmlRpcV2.dll version 2.5.0.0 using the MetaWeblog functions, in order to show the latest post in my Visual Basic...
Hi, I've been looking at the 3.0 FAQ entry:2.20 How do I call an XML-RPC method with a variable number of parameters? And would like to do the same thing for...
I'm having similar question to post. Does the following type of code not work for starting this? [XmlRpcMethod] public XmlRpcStruct someXmlRpcMethodX(){ ...
I'm a novice with data structures and .NET overall and wanted to know what, if any, conversion is needed to conform to the Robot Framework remote library...
Tom, Your message is a couple of years old, but I am also trying to find some tips on calling XML-RPC from VBA (preferred) or VB.Net. Anyone have any...
I built sample client and server applications (See the source code below). When I run them on the same workstation everything works fine. However when I run...
Hello all, I would appreciate your help with a problem I am having using XML-RPC.NET against a particular Moodle web service. I have described the problem in...
Hi, "response contains array value where struct expected" I am using xml-rpc.net to pull posts from WordPress, according to the documentation here: ...
Hi! Im trying to send multiple parameters to BeginInvoke but i get a : Index was outside the bounds of the array. exception. Im deweloping for Windows Phone 8...
I suspect you have the wrong number of parameters in your BeginInvoke call. Here's a working example of a console app that implements the Login and isLoggedIn...