post-rpc ( rpc url -- rpc' )
XML-RPC

Prev:<rpc-fault> ( code string -- rpc-fault )


Vocabulary
xml-rpc

Inputs
rpcan XML-RPC input tuple
urla URL


Outputs
rpc'an XML-RPC output tuple


Word description
posts an XML-RPC document to the specified URL, receives the response and parses it as XML-RPC, returning the tuple

Definition