I am working on a SOAP client in PHP, and the calls are going through to the service fine, with the exception of calls where there are elements that are identical to each ot
SoapParam
SoapVar
$soapClient->__soapCall('Method', array( new SoapParam($someelement1, 'someelement'), // or new SoapVar('name1value1', XSD_ANYXML) ));