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
SoapClient makes a reference only when you use the same object on multiple XML nodes. Make for each place a new object if you do not want the references.