Hello. I'm trying to get this working using the new API and I'm having some issues. Here the XML followed by the response I am getting back. Thanks!
<?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns="https://adwords.google.com/api/adwords/o/v200909/ TargetingIdeaService"> <soap:Header> <email>X</email> <username>X</username> <password>X</password> <useragent>X</useragent> <developerToken>X</developerToken> <applicationToken>X</applicationToken> </soap:Header> <soap:Body> <get xmlns="https://adwords.google.com/api/adwords/o/v200909"> <selector> <searchParameters> <keywords> <text>awesome domain</text> <matchType>Broad</matchType> </keywords> <languageTargets> <languageCode>en</languageCode> </languageTargets> <countryTargets> <countryCode>US</countryCode> </countryTargets> </searchParameters> <ideaType>KEYWORD</ideaType> <requestType>IDEAS</requestType> <paging> <startIndex>1</startIndex> <numberResults>200</numberResults> </paging> </selector> </get> </soap:Body> </soap:Envelope> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><soap:Body><soap:Fault><faultcode>soap:Server</ faultcode><faultstring>Fault occurred while processing.</faultstring></ soap:Fault></soap:Body></soap:Envelope> -- 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=.