xmlrpc::remote_call (public)
xmlrpc::remote_call url method [ args ]
Defined in packages/xml-rpc/tcl/xml-rpc-procs.tcl
Invoke a method on a remote server using XML-RPC
- Parameters:
- url (required)
- url of service
- method (required)
- method to call
- args (optional)
- list of args to the method
- Returns:
- the response of the remote service. Error if remote service returns a fault.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.