helje5 / SwiftXmlRpc

An XML-RPC protocol implementation for Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift XML-RPC

XML-RPC protocol support for Swift.

An XML-RPC parser and a simple XML-RPC client object based upon URLSession (if available).

Performing a simple call:

#!/usr/bin/swift sh
import XmlRpc // helje5/SwiftXmlRpc

let client  = XmlRpc.createClient("https://www.xmlrpc.com/RPC2")
let methods = try client.system.listMethods()

The package also contains a small XML-RPC commandline client. It can be invoked like that:

swift run xmlrpc_call "http://yourserver/RPC2" system.listMethods

Learn more about XML-RPC in Swift in our blog article: Writing an Swift XML-RPC Server.

Links

Who

Swift XML-RPC is brought to you by the Always Right Institute and ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.

About

An XML-RPC protocol implementation for Swift

License:GNU General Public License v3.0


Languages

Language:Swift 97.1%Language:Makefile 2.9%