
XML-RPC
Callabc
to_xmlrpc(method, params)
a character string giving the name of the method to be invoked.
a list containing the parmeters which are added to
the XML
file sent via the remote procedure call.
an object of class "xml_node"
containing a XML-RPC
call.
# NOT RUN {
params <- list(1L, 1:3, rnorm(3), LETTERS[1:3], charToRaw("A"))
cat(as.character(to_xmlrpc("some_method", params)))
# }
Run the code above in your browser using DataLab