I found you can generate this in SOAP in php:
12345
With this:
array(\"foo\" => arra
I don't have a quick way of testing, but maybe this would work:
$a = array( 'foo' => array( 'bar' => 'blah', 'aaa' => array( '_' => 'blah', 'a' => "b", ), ), );