xmlrpcwsc-dotnet ================ Description ----------- XmlRpc Web Service Client is a C# implementation of XML-RPC, a popular protocol that uses XML over HTTP to implement remote procedure calls. This implementation can be used in .NET 4.5, NET 3.5 CF. This software was tested with Odoo 8 and 9. Features -------- - Copyright: 2016 Saúl Piña - Repository: https://github.com/sauljabin/xmlrpcwsc-dotnet - License: LGPL 3 - Language: C#, .NET 4.5 - IDE: Visual Studio 2012, MonoDevelop 5.9.6 - Version: v1.3.0 Links ----- - http://xmlrpc.scripting.com/ - https://en.wikipedia.org/wiki/XML-RPC Example Create Partner and Image -------------------------------- - Source: ```c# ``` - Output: ``` ``` - Odoo Output: ![](/documents/printscreen-1.png) ![](/documents/printscreen-2.png) - WinCE PrintScreen Example: ![](/documents/printscreen-3.png)