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 you need to change for your local WSDLs is:

file: src/Google/Api/Ads/Common/Lib/SoapClientFactory.php
Line #99

$wsdl = $location . '?wsdl';

Change to:

$wsdl = $location;

And:

line #174

protected function GetServiceLocation($serviceName) {

if ($serviceName == 'CampaignService' || $serviceName == 'Campaign') {

   return 'path/to/local/wsdl';


}



2014/1/8 Mehul HvInfotech <me...@hvinfotech.com>

> 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.google.com... 74.125.24.50, 2a00:1450:400b:c02::32
>> Connecting to adwords.google.com|74.125.24.50|:443... connected.
>> WARNING: certificate common name `google.com' doesn't match requested
>> host name `adwords.google.com'.
>> HTTP request sent, awaiting response... 403 Forbidden
>> 2014-01-08 15:27:03 ERROR 403: Forbidden.
>>
>
> Thanks,
>
>  --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> Also find us on our blog and discussion group:
> http://googleadsdeveloper.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
> ---
> You received this message because you are subscribed to the Google Groups
> "AdWords API Forum" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to adwords-api+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to