Re: SOAP-ERROR: Parsing WSDL

2017-11-16 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, Could you please take a look at this thread in the php library and see if the suggestions there fixes your issue? If it does not work, could you please log a new issue in the issues tracker

SOAP-ERROR: Parsing WSDL

2017-11-16 Thread asma batool
I am facing error frequently , some time it works and some time api return me with this error . can any one help me. SoapFault in AdsSoapClient.php line 68:SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/o/v201708/TrafficEstimatorService?wsdl

Re: Adwords API - Examples/AdWords/v201702 "Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL"

2017-04-14 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Keita, I see that you have also created an issue in the PHP repository and Knack is helping you there. To avoid duplicate threads, I will treat this one as closed. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~

Adwords API - Examples/AdWords/v201702 "Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL"

2017-04-14 Thread yacouba
Hello Everyone, I was trying to run 'GetCampaigns.php' and i keep receiving 'Fatal error: Uncaught SoapFault exception'. Here is what i see on my terminal: Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from ' https://

Re: PHP: SOAP-ERROR: Parsing WSDL

2017-03-23 Thread 'Peter Oliquino' via AdWords API Forum
Hi Cristiano, Seeing that your concern is more on the configuration of your client library rather than the AdWords API and its services, I would recommend that you contact the library owners directly via this link as they are more equippe

Re: PHP: SOAP-ERROR: Parsing WSDL

2017-03-23 Thread Cristiano Morozino
Hi Peter, This means that I can't test the API via localhost ? If I can, what I need to configure in my Apache ? Em quinta-feira, 23 de março de 2017 01:13:00 UTC-3, Peter Oliquino escreveu: > > Hi Cristiano, > > Could you confirm if you are loading the WSDL via https? If yes, could you > also

Re: PHP: SOAP-ERROR: Parsing WSDL

2017-03-22 Thread 'Peter Oliquino' via AdWords API Forum
Hi Cristiano, Could you confirm if you are loading the WSDL via https? If yes, could you also check if you have the OpenSSL enabled? Should the issue persist, you may get in touch with the PHP client library owners directly via this link

Re: PHP: SOAP-ERROR: Parsing WSDL

2017-03-22 Thread Cristiano Morozino
Hi Peter, Thanks for help, I update my php version to 7.0 and I follow the steps in Github guide. Now, my problem changes. See: PHP Fatal error: Uncaught GuzzleHttp\Exception\RequestException: cURL error 51: SSL: certificate verification failed (result: 5) (see http://curl.haxx.se/libcurl/c

Re: PHP: SOAP-ERROR: Parsing WSDL

2017-03-21 Thread 'Peter Oliquino' via AdWords API Forum
Hi Cristiano, Could you confirm if your PHP version is up to date and if have you tried referring to the Github guide for setting up your PHP client library? If you are upgrading from an older version, you could also refer to this document

PHP: SOAP-ERROR: Parsing WSDL

2017-03-21 Thread Cristiano Morozino
image not found in Unknown on line 0 PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201702/CampaignService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v201702/CampaignService?ws

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2017-03-10 Thread Radim Kleinpeter
tion: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from ' > https://adwords.google.com/api/adwords/cm/v201607/CampaignService?wsdl' : > Extra content at the end of the document > in > /var/www/html/ads/vendor/googleads/googleads-php-lib/src/Google/Api/Ads/Common/L

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2017-03-10 Thread Radim Kleinpeter
t; > SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from ' > https://adwords.google.com/api/adwords/cm/v201607/CampaignService?wsdl' : > Extra content at the end of the document > in > /var/www/html/ads/vendor/googleads/googleads-php-lib/src/Goo

Re: PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/mcm/v201605/CustomerService?wsdl' : Start tag expected, '<' not found

2016-12-07 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jay, Thanks for confirming this. As far as I know there haven't been any issues or changes associated with this. Please do let us know if you encounter this in the future. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog

Re: PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/mcm/v201605/CustomerService?wsdl' : Start tag expected, '<' not found

2016-12-07 Thread Jay Carter
Hey Shwetha, Yes sorry I forgot to mention we have OpenSSL enabled. It is now working correctly as of today. We haven't made any changes. Have you heard anything since your last post? Thanks, Jay On Tuesday, 6 December 2016 19:14:22 UTC, Shwetha Vastrad (AdWords API Team) wrote: > > Hi Jay, >

Re: PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/mcm/v201605/CustomerService?wsdl' : Start tag expected, '<' not found

2016-12-06 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Jay, Could you check that you have enabled OpenSSL ? Since you are loading the WSDL from https, you should enable OpenSSL. Since this looks like it's mostly an issue specific to the AdWords API PHP library, I would suggest that you post your query

PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/mcm/v201605/CustomerService?wsdl' : Start tag expected, '<' not found

2016-12-06 Thread Jay Carter
Hello, Today we've been receiving this error: PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/mcm/v201605/CustomerService?wsdl' : Start tag expected, '<' not found We have in fact been receiving this

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-25 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
at I sometimes get an invalid XML-response that looks >>> like an (de)compression-issue. >>> >>> An example-outline of that messed up decompressed response is >>> "TARGET_CPA" >>> >>> Christian >>> >>> Am Donner

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-25 Thread rob . wells
s get an invalid XML-response that looks >> like an (de)compression-issue. >> >> An example-outline of that messed up decompressed response is >> "TARGET_CPA" >> >> Christian >> >> Am Donnerstag, 6. Oktober 2016 15:53:47 UTC+2 schrieb >&g

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-25 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
like an (de)compression-issue. > > An example-outline of that messed up decompressed response is > "TARGET_CPA" > > Christian > > Am Donnerstag, 6. Oktober 2016 15:53:47 UTC+2 schrieb > rob@euautomation.com: >> >> I'm getting this error too

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-07 Thread 'Thanet Knack Praneenararat (AdWords API Team)' via AdWords API Forum
Hello All, Thanks for your information. We'll investigate this and keep you posted. Best, Thanet, AdWords API Team On Friday, October 7, 2016 at 2:46:29 AM UTC+9, Vishal Vinayak (Adwords API Team) wrote: > > Hello All, > > Thanks for providing the details of the error. I'm trying to debug the

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-06 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hello All, Thanks for providing the details of the error. I'm trying to debug the issue on our side. Meanwhile if any of you happen to have the SOAP XML request and response logs for the failed API call, please send it across. Please click on *Reply privately to author *when responding. Regar

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-06 Thread Christian H.
decompressed response is "TARGET_CPA" Christian Am Donnerstag, 6. Oktober 2016 15:53:47 UTC+2 schrieb rob@euautomation.com: > > I'm getting this error too. > > SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from ' > https://adwords.google.co

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-06 Thread rob . wells
I'm getting this error too. SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201607/CampaignService?wsdl' : Extra content at the end of the document in /var/www/html/ads/vendor/googleads/googleads-php-li

SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201609/LabelService?wsdl' : Extra content at the end of the document

2016-10-06 Thread PR
Hello, is this just for me or error on Google's side? Nothing changed on our site, affecting 201607 version too.. Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDeve

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2016-09-19 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Stanislav, Did you try what Danial suggested in the previous post? If that doesn't solve the issue, could you let me know if you can access the URLs on your web browser or by using cURL? Thanks, Shwteha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find u

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2016-09-12 Thread Stanislav Kundrát
ght SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: > Couldn't load from 'https: > //adwords.google.com/api/adwords/cm/v201502/CampaignService?wsdl' : > Premature end of data in tag definitions line 4 in > /home/capistrano_repo/releases/20150602213100/v

Re: SOAP-ERROR: Parsing WSDL

2016-08-29 Thread cschofield
> suddenly the machine was unable to access google.com, resolve it or > really interact with Google's services in any way. > > The following was the response we received: > > An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from ' >

Re: SOAP-ERROR: Parsing WSDL

2016-08-29 Thread cschofield
unable to access google.com, resolve it or >> really interact with Google's services in any way. >> >> The following was the response we received: >> >> An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from ' >> https://adwords.go

Re: SOAP-ERROR: Parsing WSDL

2016-08-26 Thread 'Michael Cloonan (AdWords API Team)' via AdWords API Forum
to access google.com, resolve it or > really interact with Google's services in any way. > > The following was the response we received: > > An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from ' > https://adwords.google.com/api/adwords/o/v201607/Targeting

SOAP-ERROR: Parsing WSDL

2016-08-26 Thread cschofield
Hi, Up until this morning our app has worked flawlessly however this morning suddenly the machine was unable to access google.com, resolve it or really interact with Google's services in any way. The following was the response we received: An error has occurred: SOAP-ERROR: Parsing

Ошибка SOAP-ERROR: Parsing WSDL

2016-08-12 Thread zastrozhnov . sotnik
загружаю компанию весом примерно 30кб - все хорошо, обрабатывает, все работает. если делаю запрос на компанию весом 300-400кб -выдают ошибку SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201607/AdGroupCriterionService?wsdl' : failed t

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl

2015-11-06 Thread Umesh Dengale
Hello, I am sorry, I can give a response in English only. If you could access the WSDL URL by your browser but not through your application, then you could check your proxy / NAT blocking the access or this could happen du

SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl

2015-11-06 Thread tandrianalizaka
Bonjour, J'ai eu l'erreur suivant le 22 octobre 2015 : => An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupService?wsdl' : failed to load external entity "https://adwords.

Re: [5-2151000007411] An error has occurred: SOAP-ERROR: Parsing WSDL:

2015-06-15 Thread Josh Radcliff (AdWords API Team)
Hi, You should monitor our blog for announcements regarding version changes and sunsets. The migration guide links I provided in my previous email explain what changed in each version. Thanks, Josh, AdWords API Team -- -- =~=

Re: [5-2151000007411] An error has occurred: SOAP-ERROR: Parsing WSDL:

2015-06-12 Thread Shobhan
same files on azure I am getting > SOAP-Errors ,what is the possible cause for this error ! > > > > An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from > 'https://adwords.google.com/api/adwords/o

An error has occurred: SOAP-ERROR: Parsing WSDL:

2015-06-11 Thread Shobhan Babu
is the possible cause for this error ! An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/o/v201406/TargetingIdeaService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/o/v201406/

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-06-04 Thread Stephen Yeargin
exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https: //adwords.google.com/api/adwords/cm/v201502/CampaignService?wsdl' : Premature end of data in tag definitions line 4 in /home/capistrano_repo/releases/20150602213100/vendor/googleads/googleads-php-lib/src/

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-06-02 Thread Danial Klimkin
Hello, Please make sure the PHP client can reach this URL from your server. You can start trying with 'wget'. If it succeeds, try pulling via the PHP. Most common cases are lack of SSL certificates and some kind of proxy / NAT blocking the access. -Danial, AdWords API Team. On Monday, Jun

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-06-02 Thread Anthony Madrigal
Hello, If you can access the URL by your browser but not through your code, then you should check your code to see if it is running locally or from a separate machine. You could also do some troubleshooting on the path your code is taking through your own network. Regards, Anthony, AdWords AP

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-05-31 Thread Интернет Капитал
пятница, 29 мая 2015 г., 17:24:57 UTC+3 пользователь Anthony Madrigal написал: > > Hello, > > Were you able to access the URLs on your web browser or by using cURL? > > Regards, > Anthony, AdWords API Team > Hello, I can access the URL via a web browser -- -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-05-29 Thread Anthony Madrigal
Hello, Were you able to access the URLs on your web browser or by using cURL? Regards, Anthony, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/p

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-05-28 Thread Интернет Капитал
Thanks for the reply in command line wget https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl load file 'AdGroupAdService?wsdl' четверг, 28 мая 2015 г., 17:53:09 UTC+3 пользователь Anthony Madrigal написал: > > Hi, > > This typically happens due to connectivity issues fr

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-05-28 Thread Anthony Madrigal
Hi, This typically happens due to connectivity issues from the user's computer to the AdWords API server. Are these URLs accessible from the user's machine on a browser or through cURL? Regards, Anthony, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl'

2015-05-28 Thread Интернет Капитал
Hi when I launch the script, receive this error. PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201502/AdGroupAdService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v201

Re: Caught exception: SOAP-ERROR: Parsing WSDL

2015-01-19 Thread Anash P. Oommen (AdWords API Team)
in PHP that creates some ad groups. This script ran > successfully one year ago but not it's getting this error: > > *Caught exception: SOAP-ERROR: Parsing WSDL: Couldn't load from > 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl > <http

Caught exception: SOAP-ERROR: Parsing WSDL

2015-01-19 Thread Anca Suciu
Hello, I have a test program in PHP that creates some ad groups. This script ran successfully one year ago but not it's getting this error: *Caught exception: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl

Re: SOAP-ERROR: Parsing WSDL

2014-06-02 Thread Josh Radcliff (AdWords API Team)
i/docs/guides/bestpractices#error_handling> to deal with such issues. Cheers, Josh, AdWords API Team On Monday, June 2, 2014 2:37:38 AM UTC-4, Artur Meinzer wrote: > > Hi everyone, > > I get the following error from time to time: > PHP Fatal error: SOAP-ERROR: Parsing WSD

SOAP-ERROR: Parsing WSDL

2014-06-01 Thread Artur Meinzer
Hi everyone, I get the following error from time to time: PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/MutateJobService?wsdl' : failed to load external entity "https://adwords.google.com/ap

Re: An error has occurred: SOAP-ERROR: Parsing WSDL

2014-04-25 Thread Anash P. Oommen (AdWords API Team)
> An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from ' > https://adwords-sandbox.google.com/api/adwords/cm/v201402/CampaignService?wsdl' > > : failed to load external entity " > https://adwords-sandbox.google.com/api/adwords/cm/v201402/CampaignServ

An error has occurred: SOAP-ERROR: Parsing WSDL

2014-04-25 Thread Sinan Yalcinkaya
hi, i am using adwords api v201402 at test account and I meet all requirements... ( curl, openssl and soap ) I am getting the following error; An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords-sandbox.google.com/api/adwords/cm/v201402/CampaignSe

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-11 Thread Ray Tsang (AdWords API Team)
; -- >>>>>> Ray Tsang (AdWords API Advisor) >>>>>> >>>>>> >>>>>> On Tuesday, March 4, 2014 9:53:03 AM UTC-5, Mathis Lübbers wrote: >>>>>>> >>>>>>> Hey Ray, >>>>>>> t

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-10 Thread Mathis Lübbers
bbers wrote: >>>>>> >>>>>> Hey Ray, >>>>>> thank your for your response! >>>>>> I think, I have you to tell the whole problem again, because I've >>>>>> made a mistake in the discription of the problem, sorry the

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-10 Thread Ray Tsang (AdWords API Team)
stake in the discription of the problem, sorry therefore! >>>>> >>>>> We have installed the API with it's configurations on two different >>>>> machines (A,B) using these steps: >>>>> >>>>> download the current php library >>>&g

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-10 Thread Joseph Collins
gt; >>>> download the current php library >>>> create MCC production account (developer token in auth.ini) >>>> create MCC test account (creat client --> client costumer ID in >>>> auth.ini) >>>> create Project at Google Developers Console

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-07 Thread Ray Tsang (AdWords API Team)
>>>>>> >>>>>> Hey Ray, >>>>>> thank your for your response! >>>>>> I think, I have you to tell the whole problem again, because I've >>>>>> made a mistake in the discription of the problem, sorry therefore!

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-07 Thread Joseph Collins
e Project at Google Developers Console (client ID , clientSecret in >>> auth.ini) >>> get RefreshToken --> insert in auth.ini >>> uncomment extension=php_openssl.dll >>>extension=php_curl.dll >>>

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-07 Thread Mathis Lübbers
gt; a mistake in the discription of the problem, sorry therefore! >>>>> >>>>> We have installed the API with it's configurations on two different >>>>> machines (A,B) using these steps: >>>>> >>>>> download the current php lib

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-06 Thread Ray Tsang (AdWords API Team)
configurations on two different >>>> machines (A,B) using these steps: >>>> >>>> download the current php library >>>> create MCC production account (developer token in auth.ini) >>>> create MCC test account (creat client --> client costumer ID in >>>>

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-06 Thread Mathis Lübbers
h.ini) >>> create Project at Google Developers Console (client ID , clientSecret in >>> auth.ini) >>> get RefreshToken --> insert in auth.ini >>> uncomment extension=php_openssl.dll >>>extension=php_curl.dll >>>

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-05 Thread Ray Tsang (AdWords API Team)
n php.ini (on >> Machine A in php.ini-developement and php.ini-production, too) >> >> tried GetCampaigns on two different machines and got two different errors. >> >> Machine A : >> >> An error has occurred: SOAP-ERROR: Parsing WSDL:

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-04 Thread Ray Tsang (AdWords API Team)
evelopement and php.ini-production, too) > > tried GetCampaigns on two different machines and got two different errors. > > Machine A : > > An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from ' > https://adw > ords.google.com/api/adwords

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-04 Thread Mathis Lübbers
rors. Machine A : An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from ' https://adw ords.google.com/api/adwords//api/adwords/cm/v201309/CampaignService?wsdl' : fail ed to load external entity " https://adwords.google.com/api/adwords//api/adwords/ cm/v201

Re: SOAP-ERROR parsing WSDL

2014-03-03 Thread Ray Tsang (AdWords API Team)
; my problem is that i get following error message when I try to do an > example like "GetCampaigns" with a test account: > > An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from ' > https://adw > ords.google.com/api/adwords//api/adwords/cm/v20

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-03-03 Thread Ray Tsang (AdWords API Team)
>>> >>>> -- >>>> Ray Tsang (AdWords API Advisor) >>>> >>>> >>>> On Thursday, February 27, 2014 10:07:46 AM UTC-5, Mathis Lübbers wrote: >>>>> >>>>> Hello! I have the same problem. Is there any

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-02-28 Thread Ray Tsang (AdWords API Team)
gt; >>> Am Mittwoch, 8. Januar 2014 05:35:35 UTC+1 schrieb Mehul HvInfotech: >>>> >>>> Hello All, >>>> we are getting the Soap Error During the Google Campaign pause event >>>> with Api .. >>>> We are using version *v2

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-02-28 Thread Mathis Lübbers
llo All, >>> we are getting the Soap Error During the Google Campaign pause event >>> with Api .. >>> We are using version *v201309* >>> The Original Error is as below >>> >>> >>> *SOAP-ERROR: Parsing WSDL: Couldn't load from >

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-02-27 Thread Ray Tsang (AdWords API Team)
Am Mittwoch, 8. Januar 2014 05:35:35 UTC+1 schrieb Mehul HvInfotech: >> >> Hello All, >> we are getting the Soap Error During the Google Campaign pause event with >> Api .. >> We are using version *v201309* >> The Original Error is as below >> >>

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-02-27 Thread Mathis Lübbers
Error is as below > > > *SOAP-ERROR: Parsing WSDL: Couldn't load from > 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl > <https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl>' : > failed to load external ent

SOAP-ERROR parsing WSDL

2014-02-27 Thread Mathis Lübbers
Hey, my problem is that i get following error message when I try to do an example like "GetCampaigns" with a test account: An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adw ords.google.com/api/adwords//api/adwords/cm/v201309/CampaignService

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v2

2014-01-14 Thread Ray Tsang (AdWords API Team)
tech wrote: > > > > > > > > > *Even Using Latest Version We are Facing the Same Error.We are Using > V201309 , we have checked for the Openssl Enabled , And its Enabled ..Till > the Today Its was working fine ..we are facing error as below :* > > SOAP-ERROR: Parsing WSDL: Coul

Re: SOAP-ERROR: Parsing WSDL Error - OpenSSL is Enabled

2014-01-13 Thread Ray Tsang (AdWords API Team)
, > > We are using ClientLogin method for Client Library > adx_api_php_4.7.0 > > v201309 ; > > It was working fine since yesterday but now we are receiving error as > below, > > An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from '

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-01-13 Thread Ray Tsang (AdWords API Team)
curl from a different server? Thanks! On Tuesday, January 7, 2014 11:35:35 PM UTC-5, Mehul HvInfotech wrote: > > Hello All, > we are getting the Soap Error During the Google Campaign pause event with > Api .. > We are using version *v201309* > The Original Error is as below

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-01-13 Thread दिपक मोक्तान
e getting the Soap Error During the Google Campaign pause event with > Api .. > We are using version *v201309* > The Original Error is as below > > > *SOAP-ERROR: Parsing WSDL: Couldn't load from > 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Hardik Vyas
Hello Evgeniy, Can you guide about using WSDL Library from Local instead Remote URL? What are the changes required? Thanks, On Wednesday, January 8, 2014 2:37:02 PM UTC+5:30, Evgeniy Bogdanov wrote: > > You could save WSDL on local disk and alter library to use it instead of > remote URL. > >

SOAP-ERROR: Parsing WSDL Error - OpenSSL is Enabled

2014-01-08 Thread Gopal Rathod
Hello, We are using ClientLogin method for Client Library > adx_api_php_4.7.0 > v201309 ; It was working fine since yesterday but now we are receiving error as below, An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from > 'https://adwords.google.com/api

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Evgeniy Bogdanov
I got 403 from Google only at some public proxy services (I assume that Google banned them for scrapping). Try to create SOCKS server via SSH port forwarding and open Google services at your local browser. If any Google page shows 403 - this is not related with Adwords API. For your question what

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Hello Paul, I have tried different server for WGET but getting exactly same errors like earlier one. # wget > https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl > --2014-01-08 16:09:33-- > https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl > Resolving a

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Paul Matthews (AdWords API Team)
Hi Mehul, I've recreated the same wget request from an example host and I don't get that error message. In the past we've seen this has being an SSL setting that's flagging the error. Can you try a wget from another machine and if successful check the differences in openssl settings. Regards,

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Hello, I also tried WGET with --no-check-certificate but it fails too, [~]# wget --no-check-certificate > https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl > --2014-01-08 15:27:02-- > https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl > Resolving adwords

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
ello Paul, >> >> We are using version >> >> *v201309 with ClientLogin. Also tested with OAuth2.*We are getting this >> error, >> >> SOAP-ERROR: Parsing WSDL: Couldn't load from ' >>> https://adwords.google.com/api/adwords/cm/v201309/Campa

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Hello, I just tried WGET for WSDL and getting this error, [~]# wget > https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl > --2014-01-08 15:21:12-- > https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl > Resolving adwords.google.com... 74.125.24.50, 2a00:1

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Paul Matthews (AdWords API Team)
ion > > *v201309 with ClientLogin. Also tested with OAuth2.*We are getting this > error, > > SOAP-ERROR: Parsing WSDL: Couldn't load from ' >> https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' >> : failed to load external entity " >

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Hello Paul, We are using version *v201309 with ClientLogin. Also tested with OAuth2.*We are getting this error, SOAP-ERROR: Parsing WSDL: Couldn't load from > 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : > failed to load exte

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Paul Matthews (AdWords API Team)
If you're still requesting the WSDL you listed before, you'll be hitting this problem because the v201302 has sunset - you would need to update to a current version of the AdWords API. If you've updated to a working API version then a

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Mehul HvInfotech
Do you means by setting.ini ? we have tried with all tree option for this ... On Wednesday, 8 January 2014 14:37:02 UTC+5:30, Evgeniy Bogdanov wrote: > > You could save WSDL on local disk and alter library to use it instead of > remote URL. > > > 2014/1/8 Mehul HvInfotech > > >> Hi Paul , >> A

Re: SOAP-ERROR: Parsing WSDL

2014-01-08 Thread Evgeniy Bogdanov
You could save WSDL on local disk and alter library to use it instead of remote URL. 2014/1/8 Mehul HvInfotech > Hi Paul , > Again From This Morning we are facing this problem .. > Till the the Day it was working fine .. > we have also checked about Open SSL enabled And it is enabled ... > >

Re: SOAP-ERROR: Parsing WSDL

2014-01-07 Thread Mehul HvInfotech
Hi Paul , Again From This Morning we are facing this problem .. Till the the Day it was working fine .. we have also checked about Open SSL enabled And it is enabled ... can you suggest in this , Please , Its so urgent ... On Wednesday, 3 April 2013 15:47:38 UTC+5:30, Paul Matthews (AdWords AP

SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' : failed to load external entity

2014-01-07 Thread Mahesh
Hello All, we are getting the Soap Error During the Google Campaign pause event with Api .. We are using version *v201309* The Original Error is as below *SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl' :

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v2

2013-04-10 Thread David Torres (AdWords API Team)
Hi, v201109 is already sunset, any newer version (i.e. v201302) should work. Best, - David Torres - AdWords API Team On Tuesday, March 26, 2013 4:31:42 AM UTC-4, Per York wrote: > > If you want to use that on localhost, then use WAMP. > Then click on tray icon>PHP Services> and there enable the

Re: SOAP-ERROR: Parsing WSDL

2013-04-03 Thread Paul Matthews (AdWords API Team)
Hi Mahesh, *Firstly:* Have you enabled WSDL_CACHE? We've had reported issues where caching of WSDLs has caused errors. Can you try turning it off and making the same number of requests. This setting is configurable in the settings.ini

SOAP-ERROR: Parsing WSDL

2013-04-02 Thread Mahesh
... *Error:* SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201302/CampaignService?wsdl' : failed to load external entity " https://adwords.google.com/api/adwords/cm/v201302/

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v2

2013-03-26 Thread Per York
If you want to use that on localhost, then use WAMP. Then click on tray icon>PHP Services> and there enable the followings: SOAP, php_openssl, openssl, curl; -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com h

Re: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v2

2012-12-19 Thread Orange Tux
g error occurs > SOAP-ERROR: Parsing WSDL: Couldn't load from ' > https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : > failed to load external entity " > https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl"; > can som

SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : failed to load external entity "https://adwords.google.com/api/adwords/cm/v20110

2012-12-07 Thread Coder
hello guys.. I'm able to login but when I try to create or get campaigns... following error occurs SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : failed to load external entity "https://adwords.

Re: SOAP-ERROR: Parsing WSDL problem

2012-03-14 Thread Anash P. Oommen
UTC+5:30, Дамян Станчев wrote: > > I'm using the adwords PHP API and today I started to receive the following > error: > *SOAP-ERROR: Parsing WSDL: Couldnt load from > https://adwords.google.com/api/adwords/cm/v201008/ReportDefinitionService?wsdl > * > > I've ope

SOAP-ERROR: Parsing WSDL problem

2012-03-13 Thread Дамян Станчев
I'm using the adwords PHP API and today I started to receive the following error: *SOAP-ERROR: Parsing WSDL: Couldnt load from https://adwords.google.com/api/adwords/cm/v201008/ReportDefinitionService?wsdl * I've opened the link to check what's going on there and I saw the fol

Re: SOAP-ERROR: Parsing WSDL

2011-01-05 Thread s...@ims
Hi Sarah, I've got the same problem, have you had any luck resolving the issue. I think it's a php/distro problem using the soap client with https as http services work fine. Thanks, Stuart -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: htt

Re: SOAP-ERROR: Parsing WSDL

2010-12-29 Thread SarahSmith
Definitely off, the only change I've made to settings.ini is to change the default server to the sandbox URL. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~

Re: SOAP-ERROR: Parsing WSDL

2010-12-21 Thread AdWords API Advisor
, 11:59 pm, SarahSmith wrote: > Has anyone since zac439 had this problem and it's been solved by enabling > WDDX? I have a different set-up to what was posted in this thread but have > the same problem. > > I am getting the error: "PHP Fatal error:  SOAP-ERROR: Parsing WSDL: >

Re: SOAP-ERROR: Parsing WSDL

2010-12-19 Thread SarahSmith
Has anyone since zac439 had this problem and it's been solved by enabling WDDX? I have a different set-up to what was posted in this thread but have the same problem. I am getting the error: "PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adword

  1   2   >