Skip to content

sjkelly/XMLRPC.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XMLRPC

Send and recieve XMLRPC. The full spec is currently supported except for fault handling.

Example

using XMLRPC

const urlEndpoint = "http://betty.userland.com/RPC2"
proxy = XMLRPC.Proxy(urlEndpoint)

@test proxy["examples.getStateName"](23) == "Minnesota"

@test proxy["examples.getStateNames"](12, 22, 32, 42) == "Idaho\nMichigan\nNew York\nTennessee"

About

Send and recieve XML-RPCs with Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages