Hello,

I try to create a new client account using v13 webservice (I have a reseller 
account) but I receive a 500 Error (it happened when my request is bad)

Here is my webrequest:

<?xml version='1.0' encoding='utf-8'?>
      <soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope/'
          xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
          xmlns:xsd='http://www.w3.org/2001/XMLSchema'>
        <soap:Header>
            <RequestHeader 
xmlns='https://adwords.google.com/api/adwords/v13/reseller'>
                <applicationToken>{0}</applicationToken>
                <authToken>{1}</authToken>
                <developerToken>{2}</developerToken>
                <userAgent>{3}</userAgent>                
          </RequestHeader>
          
        </soap:Header>

        <soap:Body>
          <mutate 
xmlns='https://adwords.google.com/api/adwords/v13/reseller'>
            
              <createClientAccount>
                    <loginEmail>plo...@nrj.fr</loginEmail>
                    <password>plop10</password>
                    <languagePreference>FR</languagePreference>
                    <emailPrefs>
                        
<accountPerformanceEnabled>False</accountPerformanceEnabled>
                        <disapprovedAdsEnabled>False</disapprovedAdsEnabled>
                        <marketResearchEnabled>False</marketResearchEnabled>
                        <newsletterEnabled>False</newsletterEnabled>
                        <promotionsEnabled>False</promotionsEnabled>
                    </emailPrefs>
                    <primaryAdress>
                        <addressLine1>5 rue de la rep</addressLine1>
                        <addressLine2></addressLine2>
                        <city>lyon</city>
                        <companyName>nrjtest</companyName>
                        <countryCode>FR</countryCode>
                        <emailAddress></emailAddress>
                        <faxNumber></faxNumber>
                        <name>nrjtest</name>
                        <phoneNumber>0666666666</phoneNumber>
                        <postalCode>69009</postalCode>
                        <state></state>
                    </primaryAdress>
                    <currencyCode>EUR</currencyCode>
                    <descriptiveName>plop10</descriptiveName>
                    <timeZoneId>Europe/Paris</timeZoneId>
              </createClientAccount>
        </soap:Body>
      </soap:Envelope>

Am I doing something wrong?

Thanks for your help

Thomas

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to