Here is my request from the log, it looks like the access token is NOT being sent by the PHP library, though I am sending the 'access_token' in the $oauth2Info array when instantiating the AdWordsUser:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="
https://adwords.google.com/api/adwords/o/v201409" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:ns2="
https://adwords.google.com/api/adwords/cm/v201409">
<SOAP-ENV:Header>
<ns1:RequestHeader>
<ns2:clientCustomerId>
581-880-2635</ns2:clientCustomerId>
<ns2:developerToken>deleted</ns2:developerToken>
<ns2:userAgent>CAB (AwApi-PHP/5.2.3, Common-PHP/5.2.3, PHP/5.3.10-1ubuntu3.14)</ns2:userAgent>
</ns1:RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<ns1:get>
<ns1:selector>
<ns1:searchParameters xsi:type="ns1:RelatedToQuerySearchParameter">
<ns1:queries>weight loss</ns1:queries>
</ns1:searchParameters>
<ns1:searchParameters xsi:type="ns1:IncludeAdultContentSearchParameter"/>
<ns1:ideaType>KEYWORD</ns1:ideaType>
<ns1:requestType>IDEAS</ns1:requestType>
<ns1:requestedAttributeTypes>KEYWORD_TEXT</ns1:requestedAttributeTypes>
<ns1:requestedAttributeTypes>SEARCH_VOLUME</ns1:requestedAttributeTypes>
<ns1:requestedAttributeTypes>COMPETITION</ns1:requestedAttributeTypes>
<ns1:requestedAttributeTypes>TARGETED_MONTHLY_SEARCHES</ns1:requestedAttributeTypes>
<ns1:paging>
<ns2:startIndex>0</ns2:startIndex>
<ns2:numberResults>50</ns2:numberResults>
</ns1:paging>
</ns1:selector>
</ns1:get>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
On Thursday, November 20, 2014 4:03:55 PM UTC-6, Josh Radcliff (AdWords API Team) wrote: