Hello everyone,

I'm doing a [ somewhat ] manual soap request ( not using a client library ) 
to make a mutate request to the AdwordsUserListService, v201306.  I'm 
getting the AuthenticationError.LOGIN_COOKIE_REQUIRED error, although I'm 
using an auth token that works with other services, such as 
CampaignService.  I've posted the sanitized XML request below, can anyone 
let me know how to resolve?  Thanks in advance!

Request:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:tns="https://adwords.google.com/api/adwords/rm/v201306"; 
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"; 
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201306";>
   <soap:Header>
      <tns:RequestHeader>
         <tns:authToken>***</tns:authToken>
         <tns:clientCustomerId>***</tns:clientCustomerId>
         <tns:developerToken>***</tns:developerToken>
         <tns:userAgent>***</tns:userAgent>
      </tns:RequestHeader>
   </soap:Header>
   <soap:Body>
      <tns:mutate xmlns="https://adwords.google.com/api/adwords/rm/v201306";>
         <tns:operations>
            <tns:operator>ADD</tns:operator>
            <tns:operand>
               <tns:isReadOnly>false</tns:isReadOnly>
               <tns:name>TEST API</tns:name>
               <tns:description>TEST DESCRIPTION</tns:description>
               <tns:status>OPEN</tns:status>
               <tns:accessReason>OWNED</tns:accessReason>
               <tns:accountUserListStatus>ACTIVE</tns:accountUserListStatus>
               <tns:membershipLifeSpan>90</tns:membershipLifeSpan>
               <tns:size />
               <tns:sizeRange />
               <tns:conversionTypes>
                  <tns:Id />
                  <tns:Name />
                  <tns:Category>BOOMERANG_EVENT</tns:Category>
               </tns:conversionTypes>
            </tns:operand>
         </tns:operations>
      </tns:mutate>
   </soap:Body>
</soap:Envelope>

Response:

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
   <soap:Header>
      <ns2:ResponseHeader 
xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201306"; 
xmlns="https://adwords.google.com/api/adwords/cm/v201306";>
         <requestId>0004e1dcf204a8e80a3a912600000d32</requestId>
         <serviceName>AdwordsUserListService</serviceName>
         <methodName>mutate</methodName>
         <operations>0</operations>
         <responseTime>32</responseTime>
      </ns2:ResponseHeader>
   </soap:Header>
   <soap:Body>
      <soap:Fault>
         <faultcode>soap:Server</faultcode>
         <faultstring>[AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; 
trigger:'&lt;null&gt;']</faultstring>
         <detail>
            <ns2:ApiExceptionFault 
xmlns:ns2="https://adwords.google.com/api/adwords/rm/v201306"; 
xmlns="https://adwords.google.com/api/adwords/cm/v201306";>
               <message>[AuthenticationError.LOGIN_COOKIE_REQUIRED @ ; 
trigger:'&lt;null&gt;']</message>
              
 <ApplicationException.Type>ApiException</ApplicationException.Type>
               <errors 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AuthenticationError">
                  <fieldPath />
                  <trigger>&lt;null&gt;</trigger>
                  
<errorString>AuthenticationError.LOGIN_COOKIE_REQUIRED</errorString>
                  <ApiError.Type>AuthenticationError</ApiError.Type>
                  <reason>LOGIN_COOKIE_REQUIRED</reason>
               </errors>
            </ns2:ApiExceptionFault>
         </detail>
      </soap:Fault>
   </soap:Body>
</soap:Envelope>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.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