Re: Setting up the API, getting a SOAP error

2018-02-06 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alan, Glad that it worked for you. The guide on troubleshooting CA file issues might be helpful for you. Let me know if you need any further assistance. Thanks, Sreelakshmi, AdWords API Team

Re: Setting up the API, getting a SOAP error

2018-02-06 Thread Alan Coleman
Thanks for the reply Sreelakshmi, As a local test I disabled the SOAP SSL Verification in SoapSettingsBuilder.php, this allowed me to run an example via the command line. So the problem is with the certs, or lack of them, on my local machine. Thanks again for your help. On Monday, February

Re: Setting up the API, getting a SOAP error

2018-02-05 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi Alan, Could you please share your error logs? If it has any sensitive information, please use *reply privately to author* while sharing the logs. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+:

Re: Setting up the API, getting a SOAP error

2018-02-05 Thread Alan Coleman
Hi there, Did you managed to get this issue sorted in your local development environment? I'm having the same issue locally and really need to develop using localhost before pushing live. Thanks On Tuesday, December 12, 2017 at 10:53:10 AM UTC, mar...@pulsecomms.com wrote: > > Hello, I've

Re: Setting up the API, getting a SOAP error

2017-12-14 Thread marcoa
Thanks! I copied the code to an online server and it seems to work now. It's probably an issue with my local PC/XAMPP. On Tuesday, December 12, 2017 at 7:23:50 PM UTC, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi, > > It does seem like an issue related to the network. I see that you

Re: Setting up the API, getting a SOAP error

2017-12-12 Thread 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
Hi, It does seem like an issue related to the network. I see that you already tried setting the "wsdl_cache_enabled". Could you check this thread on the StackOverflow with other suggestions about this

Setting up the API, getting a SOAP error

2017-12-12 Thread marcoa
Hello, I've been setting up the adwords api so I can write some scripts to automate some of our processes. I managed to get the starting bits done (developer token, test account, oauth2, etc) and configured it so that they run in PHP. I get to the moment of truth and try to run a script, but I