in reply to Re: Getting an XML-RPC array with Frontier::Client
in thread Getting an XML-RPC array with Frontier::Client

Dude, I found a real cool solution.. Just pass the array elements like below $result1 = $server->call('method1',reasonsArray =>"reason1","reason2","reason3") Thanks, Sarat
  • Comment on Re^2: Getting an XML-RPC array with Frontier::Client

Replies are listed 'Best First'.
Re^3: Getting an XML-RPC array with Frontier::Client
by Anonymous Monk on Aug 28, 2007 at 00:12 UTC
    you have to keep all your array elemement in square braces. in the above comment square braces were removed by this site tagging process