jorgediz / xmlrpcnet

Automatically exported from code.google.com/p/xmlrpcnet
0 stars 0 forks source link

multicall #102

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

[XmlRpcMethod("d.multicall main d.get_base_filename= d.hash= d.get_base_path= 
d.size_bytes= d.get_bytes_done= d.get_up_rate= d.get_down_rate=")]

Result:
Server returned a fault exception: [-506] Method 'd.multicall main 
d.get_base_filename= d.hash= d.get_base_path= d.size_bytes= d.get_bytes_done= 
d.get_up_rate= d.get_down_rate=' not defined

What is the expected output? What do you see instead?
An list of arrays with 7 items

What version of the product are you using? On what operating system?
2.5
Windows 7

Additional info:
works with the xmlrpc command in linux so I know the server is working

Original issue reported on code.google.com by daniel.a...@gmail.com on 10 Mar 2012 at 7:42

GoogleCodeExporter commented 8 years ago
The method should be [XmlRpcMethod("d.multicall")] the rest ("main" 
"d.get_base_filename=" "d.hash=" "d.get_base_path=" "d.size_bytes=" 
"d.get_bytes_done=" "d.get_up_rate=" "d.get_down_rate=") are string parameters 
to be passed to the method.

Original comment by fred...@svedberg.us on 4 Dec 2012 at 11:40