<rpc-method> ( name params -- rpc-method )
XML-RPC

Prev:<base64> ( string -- base64 )
Next:<rpc-response> ( params -- rpc-response )


Vocabulary
xml-rpc

Inputs
namea string
paramsa sequence


Outputs
rpc-methoda rpc-method


Word description
creates a tuple representing a method call which can be translated using send-rpc into an XML-RPC document

See also
rpc-method, <rpc-response>, <rpc-fault>

Definition


: <rpc-method> ( name params -- rpc-method )
\ rpc-method boa ; inline