Hi.
I need to consume a webservice over XML-RPC. The webservice is written in Python, and one of the arguments is a Python list.
I'm using XML-RPC.NET to invoke all the methods and it works fine, except for those that require a Python list argument.
What would be the corresponding structure in C# which, if I pass as the argument, would be construed by the web service as a Python list? I've tried Python-style code in a string. I've also tried string arrays.
Any example would be really helpful.
Thanks, V