In the above WSDL file “maxOccurs="unbounded” for the element named “CustomField". So we can pass n number of "Custom Field "element as parameter. By using “new soap val()” function ,we can include duplicate "Custom Field "element into an associative array
$parameter= array ("CustomFields " =>
array ("CustomField "=>array ("Field "=>"Company"," Value "=>"XYZ"),
new soapval(' CustomField ', 'array', array("Field "=>"Employees"," Value "=>"ABCD")),
