Parsing WSDL error

2014-12-25 Thread Дмитрий Сидоров
Hello A few days ago, I discovered that no longer climb reports on advertising of our customers in Google Adwords. Reports are generated and climb through googleads-php-lib, the latest version. I saw that there is an error: "Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwo

Parsing WSDL error

2016-06-30 Thread giorgioo
Hi all, Im using API's since last year and I've never understand why there are so many problems while starting a PHP script. I get this error 2/3 times: PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201605/AdGroupCriterionService?wsdl

Re: Parsing WSDL error

2014-12-25 Thread Danial Klimkin
Hello Dmitry, If you IP range were blocked, you would get an error message, rather than a timeout. I suggest checking your network configuration first. Do you have to use a proxy? Any chance a transparent proxy is used? What does traceroute to adwords.google.com say from that location? -Dan

Re: Parsing WSDL error

2015-06-11 Thread Дмитрий Сидоров
Sorry for delay sidr@1ps ~ $ traceroute adwords.google.com traceroute to adwords.google.com (173.194.71.50), 30 hops max, 60 byte packets 1 92.53.107.9 (92.53.107.9) 3.017 ms 3.236 ms 3.230 ms 2 bm18-1-gw.spb.runnet.ru (194.190.254.69) 0.463 ms 0.694 ms 0.692 ms 3 m9-3-gw.msk.runnet.r

Re: Parsing WSDL error

2015-06-15 Thread Danial Klimkin
Hello Dmitry, Is this consistent and fails every time? -Danial, AdWords API Team. On Thursday, June 11, 2015 at 10:51:34 AM UTC+3, Дмитрий Сидоров wrote: > > Sorry for delay > > sidr@1ps ~ $ traceroute adwords.google.com > traceroute to adwords.google.com (173.194.71.50), 30 hops max, 60 byte

Re: Parsing WSDL error

2015-06-15 Thread Дмитрий Сидоров
Yes it fails every time on this host -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this messag

Re: Parsing WSDL error

2015-06-17 Thread Дмитрий Сидоров
Where could I find more information on how remove my IP blocking? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: Parsing WSDL error

2015-06-18 Thread Danial Klimkin
Hello Dmitry, I've checked with the network team and this looks like a DNS issue to them. Indeed, I can't reach 173.194.71.50 either. Host gives me: $ host adwords.google.com adwords.google.com is an alias for adwords.l.google.com. adwords.l.google.com has address 74.125.136.102 adwords.l.goog

Re: Parsing WSDL error

2016-06-30 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, You should make sure that your server environment and PHP version is up to date. If they both are, could you please provide me with some details on when this is happening? Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog an

Re: Parsing WSDL error

2016-07-01 Thread giorgio . jobtome
Hi Anthony, my PHP version is 5.4.16 and it happens using any type of script.. Il giorno venerdì 1 luglio 2016 02:06:25 UTC+2, Anthony Madrigal ha scritto: > > Hi, > > You should make sure that your server environment and PHP version is up to > date. If they both are, could you please provide m

Re: Parsing WSDL error

2016-07-01 Thread 'Anthony Madrigal' via AdWords API Forum
Hi, Could you see if you are able to access the URL through either cURL or wget? If not, could you please provide me the responses via *reply privately to author*? Thanks, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: ht

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/adwords/cm/v201309/Campai

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

2014-01-13 Thread Ray Tsang (AdWords API Team)
Gopal, Could I trouble you to try to fetch the WSDL directly from the server with something like wget or curl and copy/paste the full output? E.g., `curl -v https://adwords.google.com/api/adwords/cm/v201309/CampaignService?wsdl`