ZOHO-API and XML-RPC.NET - Rueturning document list?

ZOHO-API and XML-RPC.NET - Rueturning document list?

Hello,

when i call the method "getDocuments" via the XML-RPC API for .NET the document list is correctly returned in the response. I have checked that with the Miscrosoft "Fiddler" application (displays the response as XML tree)

However i get an exception "Response XML not valid XML-RPC - missing params element" from the XML-RPC API.

Cann anyone tell me ho i have to define the return value (the result) from "getDocuments"?

My current definition looks like this:

<XmlRpcMethod("getDocuments")> _
Function getDocuments(ByVal params As ZOHOGetDocumentsParameters) As ZOHOGetDocumentResult()

ZOHOGetDocumentResult is a structure that is build as described on the ZOHO API info page.

Obviously this (or better: my) definition is wrong.

Can anyone give me a hint how to define it correctly?

Thanks in advance,
Ralf