haive / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

GetCampaigns example does not work #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of the library are you using?
4.1.1

Which version of PHP are you using?
PHP 5.2.4 with Suhosin-Patch 0.9.6.2

What steps will reproduce the problem?
Execute the example in examples/v201302/BasicOperations/GetCampaigns.php

What is the expected output? What do you see instead?
The expected output is something like "Campaign with name '%s' and id '%s' was 
found".

Actually the application throws an exception when invoking the 
$campaignService->get($selector) method with this error message:

An error has occurred: Unmarshalling Error: cvc-elt.4.2: Cannot resolve 
'Selector' to a type definition for element 'ns1:serviceSelector'.

The same error occurs if I apply my application to the new API version. 
Everything works fine when I run the application using the 3.2.0 API version.

Original issue reported on code.google.com by b.schu...@fairrank.de on 18 Mar 2013 at 1:43

GoogleCodeExporter commented 8 years ago
This bug seems to be a duplicate of the more expanded:
https://code.google.com/p/google-api-adwords-php/issues/detail?id=89

Closing this bug to ensure information reaches all participants.

Original comment by api.pmat...@gmail.com on 28 Mar 2013 at 7:39