xmlrpcwsc-dotnet/README.md

50 lines
885 B
Markdown
Raw Normal View History

xmlrpcwsc-dotnet
================
Description
-----------
2016-03-13 17:20:23 +01:00
XmlRpc Web Service Client is a C# implementation of XML-RPC, a popular
protocol that uses XML over HTTP to implement remote procedure calls.
2016-03-13 17:20:23 +01:00
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 <sauljabin@gmail.com>
- Repository: https://github.com/sauljabin/xmlrpcwsc-dotnet
- License: LGPL 3
- Language: C#, .NET 4.5
- IDE: Visual Studio 2012, MonoDevelop 5.9.6
2016-03-07 00:26:47 +01:00
- Version: v1.3.0
2016-03-13 17:20:23 +01:00
Links
-----
- http://xmlrpc.scripting.com/
- https://en.wikipedia.org/wiki/XML-RPC
2016-03-13 17:20:23 +01:00
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)