I got some problem using CustomerService.
When I send the following Post body, the server returned the error message.


Error msg:
"<soap:Envelope 
xmlns:soap=\"http://schemas.xmlsoap.org/soap/envelope/\";><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Couldn't
 
parse stream.</faultstring></soap:Fault></soap:Body></soap:Envelope>" 



Post body:
<?xml version="1.0"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
  <soapenv:Header>
    <ns1:RequestHeader 
xmlns="https://adwords.google.com/api/adwords/mcm/v201609"; 
soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next"; 
soapenv:mustUnderstand="0">
      <ns1:userAgent>name</ns1:userAgent>
      <ns1:developerToken>token</ns1:developerToken>
      <ns1:validateOnly>false</ns1:validateOnly>
      <ns1:partialFailure>false</ns1:partialFailure>
    </ns1:RequestHeader>
  </soapenv:Header>
  <soapenv:Body>
    <getCustomers 
xmlns="https://adwords.google.com/api/adwords/mcm/v201609";>
    </getCustomers>
  </soapenv:Body>
</soapenv:Envelope>


How could I do?
Is the xml format wrong?

Kenny

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/727ab920-eb02-4391-afa8-b6bc3a4c87f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • CustomerService.... Kenny Chang
    • Re: Custome... 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum

Reply via email to