Handbook
Glossary
<rpc-method> ( name params -- rpc-method )
XML-RPC
Prev:
<base64> ( string -- base64 )
Next:
<rpc-response> ( params -- rpc-response )
Vocabulary
xml-rpc
Inputs
name
a
string
params
a
sequence
Outputs
rpc-method
a
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
USING:
kernel
;
IN:
xml-rpc
:
<rpc-method>
( name params -- rpc-method )
\
rpc-method
boa
;
inline