To build my webservices class, I used wsdl2Php which use classmap ton bind result to specific classes (using wsdl names).
One of them add exactelly the same name as my Model, so soapClient was using it to build the response causing a CException when trying to set attributes that didn’t exists in my model