This repository was archived by the owner on Feb 17, 2021. It is now read-only.
-
Couldn't load subscription status.
- Fork 3
XML RPC Lib Notes
Alec Clews edited this page Feb 14, 2020
·
10 revisions
| Name | URL | Comments |
|---|---|---|
| Kveer.XmlRPC | https://www.nuget.org/packages/Kveer.XmlRPC/ | Recently updated, no changes to old code required (.NET Core port of Cook lib) |
NOTE: Developer will need to install the .NET Core SDK,
which provides the dotnet command-line tool.
This example needs PaperCut NG 19.2.3 or above and was tested with .NET Core SDK 3.1 on Linux and Windows 10)
- Install .NET Core SDK (tested on 3.1)
dotnet new console --name dot-net-testcd dot-net-test/dotnet add package Kveer.XmlRPC --version 1.1.1- Copy PaperCut supplied files into your project
- Linux and MacOS
cp ~papercut/server/examples/webservices/csharp/* . - Windows
cp 'C:\Program Files\PaperCut MF\server\examples\webservices\csharp\*' .
- Linux and MacOS
dotnet run