Hi - there is currently no way of achieving what you want with XML- RPC.NET. Implementing the XML-RPC equivalent of a .asmx file would not be too difficult in...
Charles, Is there any way to create a tool similar to WSDL.exe that will query an XML-RPC service and then generate the required interfaces and structs? Does ...
... XML-RPC is much simpler than SOAP. There is no analog of WSDL in XML-RPC. If you want that functionality, you're limited to SOAP I'm afraid. Brad...
I agree it would be very useful to have a wsdl.exe-like tool for XML- RPC. This would only be possible if XML-RPC servers returned a standard high-fidelity...
Sorry, XML-RPC only supports signed 32-bit integers so you'll have to use a couple of integers (with some casting) or a string or base64. - Charles ... ...
I keep getting the following error: The underlying connection was closed: An unexpected error occurred on a receive. Here's my Response code: Public Structure...
I keep getting the following error: The underlying connection was closed: An unexpected error occurred on a receive. Here's my Response code: Public Structure...
I've seen this error intermittently when making calls via a proxy server. I've never had a problem with a direct connection. Google returns plenty of results...
I've seen this in CS versions, too. Usually it means that there's a DNS resolver problem somewhere along the line (at least that was the case when I had the...
I don't understand why there should be a difference between C# and VB because all the "networking action" is taking place in the implementation of the...
CC: I know that you've been working on the next release. The optional members is a really big issue for me right now as it's holding up my full-fledge...
I use xml-rpc.net.0.7.1 to construct the xml-rpc client, then, I use it to connect to a xml-rpc service written by python. The first time When I connected, I...
I use xml-rpc.net version 0.7.1 to connect to a xml-rpc service written by python, the firt time when I connected, I can get what I want, but after that, I...
This exception is thrown if the proxy code calls XmlRpcClientProtocol.Invoke and passes in the name of a method which does not have the XmlRpcMethodAttribute...
Hi Mike - given the demand for the optional struct member functionality I've decided I'll put out a release containing this without updating the documentation....
The xml-rpc server has a servie written by python and named "InputCandidate" which need a string parameter and return a string, my code: private void...
Hi charles: Sorry I didn't respond asap. We swamped under with some updates for erablog. I see (from the erablog traffic) you're working on your blog...
You know, I hadn't even started on the mt.* methods since it takes some sorting out of how to support categories, etc. for example, at erablog, we assign a...
Charles, Your "Webloging API Blues" weblog entry reminded me that I wanted to chime in on this... The MW API's biggest failing is that it defers to the Blogger...
... Just to clarify that: EraBlog will not accept the Integer postid that it returns. Client apps should not be burdened with this sort of typing issue --...
Re point (2) the failure occurred when calling Radio which I installed today. ... http://radio.weblogs.com/0001015/userland/examples/metaWeblogApi/getPo ... ...
... Another fine example of crappy, obsolete docs. ... Use the "Update Radio Root" command, it'll probably take several minutes on a fresh Radio installation....
Bruce: Thanks for chiming in here. Yeah, the specs for these things are really a mess. About the EraBlog problem. We return int values but treat them as...
Bryce: Very interesting. We am using Charles Cook's excellent XML-RPC for .NET library and writing our code in C#. Maybe we're missing something here: We...
... like ... I have a stupid little program that makes XML-RPC methodcalls and displays the raw response. I was checking getRecentPosts, but getPost also...