Cook Computing

« May 2001 »

Started some more work on

Started some more work on XML-RPC.Net, implementing the fault code interop spec. This will be in v0.2.2 - I'll back out some of the async call related changes in 0.2.1 to get things working again.

Ran the XML-RPC.Net interop test client:. Apart from unimplemented methods the only problem seems to be XMLRPC:Lite failing echoString when passed an empty string.

Posted by Charles Cook at 06:01 PM. Permalink. View Comments.

Released version 0.2.1 of XML-RPC.Net,

Released version 0.2.1 of XML-RPC.Net, which introduces asynchronous calls and fixes a few bugs. Unfortunately I just tested this on a couple of different systems and found that a workaround for a problem in the .NET networking code was not working anymore. So this release is essentially broken and should not be used. With the release of beta 2 of .NET only a few weeks away I don't think its worth wasting any more time on workarounds for .NET problems and so the next release of XML-RPC.Net will be after beta 2 is released.

Until then I'm thinking of investigating the JUnit approach to testing by using NUnit. Another possibility is moving the project to SourceForge.

Posted by Charles Cook at 08:55 AM. Permalink. View Comments.

Eric Kidd will be updating

Eric Kidd will be updating his XML-RPC HOWTO document with a section on XML-RPC.Net to replace the link to a text file on this site.

Posted by Charles Cook at 08:17 PM. Permalink. View Comments.