Hi. Try to fetch this WSDL without SOAP extension. Based on your configuration where is 3 ways to do this. Simplest is:
$wsdl = file_get_contents(URL of WSDL goes here); Echo $wsdl; If file wrappers are disabled on your hosting you need to create cURL code to do the same. So you'll get page which you're loading and this will help to understand why parsing WSDL is failed. Regards, Evgeniy. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en