<?php
$array1[] = &$array1;
$fusion = $array1;
$client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=>1,"exceptions"=>0));
$client->__soapCall("echoStringArray", array($fusion), array("soapaction"=>"http://soapinterop.org/","uri"=>"http://soapinterop.org/"));