Hi, I received following error when try to get campaigns:
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><soap:Body><soap:Fault><faultcode>soap:Client</ faultcode><faultstring>XML_STREAM_EXC</faultstring></soap:Fault></ soap:Body></soap:Envelope> Here is my Request String: ============================ <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http:// www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema- instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200909"> <authToken>DQAAAIoAAACCylUSRlkTgSFuhCx6zSAwWhGIt3rBs_kOMIOpvkD8S_VARjB- cMqUHvmdk7lpCcZY23rgNaW07ckXPsRqnIl2RQj863nyClJqm5YnuOvjImYEXM6htGy11Vr</ authToken> <userAgent>cccccc</userAgent> <developerToken>xxxxxxxxxxxxxxxx</developerToken> </RequestHeader> </soap:Header> <SOAP-ENV:Body> <get xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <selector/> </get> </SOAP-ENV:Body> </SOAP-ENV:Envelope> ========================== I cannot figure out what's wrong. Can any one help to let me know what I am doing wrong. Thanks. -- 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-...@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.