Hi AmateurMetheus, The AdWords API PHP client library required the PHP SOAP extension<http://www.php.net/manual/en/soap.installation.php>, and other PHP SOAP libraries are not supported. If you follow the inheritance down, TargetIdeaService eventually extends SoapClient, which is provided by the SOAP extension. My guess is that you are using a different SOAP library that also defines a class called SoapClient, which is causing the conflict. Please work to install the PHP SOAP extension and remove other SOAP libraries.
Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
