Changes for page XWiki Office Development

Last modified by Thomas Mortagne on 2017/03/24 12:27

<
From version < 11.2 >
edited by Vincent Massol
on 2013/05/03 14:10
To version < 11.3 >
edited by Vincent Massol
on 2013/05/03 14:11
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -80,7 +80,7 @@
80 80  
81 81  Here's the code for a basic Xml-Rpc proxy using Charles Cook's XmlRpc.net:
82 82  
83 -{{code}}
83 +{{code language="csharp"}}
84 84  using System;
85 85  using System.Collections.Generic;
86 86  using System.Linq;
... ... @@ -140,7 +140,7 @@
140 140  
141 141  == Using the XmlRpc proxy ==
142 142  
143 -{{code}}
143 +{{code language="csharp"}}
144 144  IXWikiProxy proxy = XmlRpcProxyGen.Create<IXWikiProxy>();
145 145  proxy.Url = "http://10.19.1.232:8080/xwiki/xmlrpc";
146 146  String token = proxy.Login("Admin", "admin");

Get Connected