Handbook
Glossary
rpc-method
XML-RPC
Prev:
base64
Next:
rpc-response
Vocabulary
xml-rpc
Class description
a tuple which is equivalent to an XML-RPC method send. Contains two fields, name and params
See also
<rpc-method>
,
rpc-response
,
rpc-fault
Definition
IN:
xml-rpc
TUPLE:
rpc-method
name params
;
Methods
USING:
accessors
kernel
xml-rpc
;
M:
rpc-method
send-rpc
[
name>>
]
[
params>>
]
bi
method-call
;