receive-rpc ( xml -- rpc )
XML-RPC

Prev:send-rpc ( rpc -- xml )
Next:base64


Vocabulary
xml-rpc

Inputs
xmlan XML document


Outputs
rpcan RPC data type


Word description
parses an XML document into an RPC data type, for further local processing

See also
send-rpc

Definition