Charles, I am running into a brick wall with TypePad over dateTime.iso8601 at the moment. The date format TypePad sends back is the ISO8601 extended format,...
Hi Charles, I have not but I've found that it was a known bug that was fixed in MT2.65 which was released in mid-Dec. I guess TypePad has not been upgraded to...
Are there any attribute that can be set on the struct members so if the members value is emtpy or null it is not included in the XML RPC request. -Thanks ...
Charles, Talked to Ben Trott at TypePad/MT. His reply is that MTv2.65 and TypePad supports ISO8601 date format (which is true) but not the format given in the...
Thanks for the suggestion. I am getting a Cryptographic failure during the build though. It can't find the 'CookComputing.key' file to do the signing of the...
From the FAQ: 6.3 Why is the key file not included in the distribution? Building XML-RPC.NET from the distribution will fail because of a missing file called...
I have a function on my server called GetList(). It takes no parameters and returns an array of structs, one for each list item in a database. I tried to do: ...
I'm trying to call an XML-RPC server (OpenGroupware's xmlrpcd) via Mono (0.29) on Linux, but can't seem to get authentication to work. Is this a bug in Mono...
I'm trying to call an XML-RPC server (OpenGroupware's xmlrpcd) via Mono (0.29) on Linux, but can't seem to get authentication to work. Is this a bug in Mono...
Hi Adam - Your code looks ok. You could isolate whether it is a Mono problem by writing some code which uses System.Net.WebRequest to request something from...
Hi, I would like to be able to tap into the raw xml messages in my XML- RPC assembly for logging purposes. Is there a way to do this in the current version? ...
... This also pukes, so I suspect a problem in Mono, or at least its interaction with OGo's xmlrcpd - using System; using System.Net; using System.Net.Sockets;...
Hi, I'm trying to understand how I can use a base64 return from my server. I'm using byte array as needed, but I'm not sure what to do with what is returned....
Yes I noticed it :\ And I also found my answer. I was trying to treat the byte type like a 2 byte char type. I should have been sleeping, methinks. Anyhow, ...
I'm playing around with one of the examples in the FAQ, and it's throwing an error back at me. Did I miss something? Here's the example code I'm using for the...
Hi All, I am trying to find some XML RPC live demo clients which can used for testing. Can any body please provide me the links,webserver Address, port number...
Hi guys ! I'm a newbie in this area, and I would appreciate any help. What I want to do, is to connect and retrieve/send documents from/to a native XML...
I need to specify HTTP 1.0 in order to communicate successfully with OpenGroupware's XML-RPC server; making calls equivalent to - webRequest.PreAuthenticate =...