fciubotaru (SVN) wrote:
Author: fciubotaru
Date: 2009-04-28 18:39:39 +0200 (Tue, 28 Apr 2009)
New Revision: 19164
Modified:
xoffice/trunk/xword/XWikiLib/Clients/XWikiHTTPClient.cs
xoffice/trunk/xword/XWikiLib/Clients/XWikiXMLRPCClient.cs
Log:
XOFFICE-67 Implement the XmlRpc client using the CookComputing proxy
Modified: xoffice/trunk/xword/XWikiLib/Clients/XWikiXMLRPCClient.cs
===================================================================
--- xoffice/trunk/xword/XWikiLib/Clients/XWikiXMLRPCClient.cs 2009-04-28 15:46:05 UTC
(rev 19163)
+++ xoffice/trunk/xword/XWikiLib/Clients/XWikiXMLRPCClient.cs 2009-04-28 16:39:39 UTC
(rev 19164)
@@ -2,20 +2,52 @@
This should be configurable, since not all instances use /xwiki/
+ private const string XML_RPC_PATH =
"/xwiki/xmlrpc";
Typo:
+ /// <param
name="password">The passowrd used to authenticate.</param>
You forgot to implement this:
+ /// <summary>
+ /// G
+ /// </summary>
+ /// <param name="docName"></param>
+ /// <returns></returns>
public System.IO.Stream GetWikiPageAsPlainHTML(string docName)
{
throw new NotImplementedException();
}
--
Sergiu Dumitriu
http://purl.org/net/sergiu/