Hey, It's working back now. Here's how the response looks like;
02 Jul 2014 10:18:48 soapXmlLogger [INFO] SOAP Response: <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201309" xmlns="https://adwords.google.com/api/adwords/o/v201309"> <ns2:requestId>0004fd2c82a8a7900a42b78ee8004d5a</ns2:requestId> <ns2:serviceName>AccountService</ns2:serviceName> <ns2:methodName>get</ns2:methodName> <ns2:operations>0</ns2:operations> <ns2:responseTime>5815</ns2:responseTime> </ResponseHeader> </soap:Header> <soap:Body> <getResponse xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201309" xmlns="https://adwords.google.com/api/adwords/o/v201309"> <rval> <totalNumEntries>798</totalNumEntries> <entries> <data> <key>CRITERION</key> <value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CriterionAttribute"> <Attribute.Type>CriterionAttribute</Attribute.Type> <value xsi:type="ns2:Placement"> <ns2:Criterion.Type>Placement</ns2:Criterion.Type> <ns2:url>travel.ru</ns2:url> </value> </value> </data> </entries> <entries> <data> <key>CRITERION</key> <value xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="CriterionAttribute"> <Attribute.Type>CriterionAttribute</Attribute.Type> <value xsi:type="ns2:Placement"> <ns2:Criterion.Type>Placement</ns2:Criterion.Type> <ns2:url>guide.travel.ru</ns2:url> </value> </value> </data> </entries> . . . </rval> </getResponse> </soap:Body> </soap:Envelope> The purpose of the query is to list placements/sites similar to seeded keyword or domain. It has been working before. Now's it's back. Thanks. PS: I forgot to mention I replaced the customerID and token in the request body for apparent reason when I first posted the question. On Tuesday, July 1, 2014 6:11:23 PM UTC+8, Win Ko Aye wrote: > > Hi, > > We are having trouble getting the query result from > TargetingIdeaService.get API. Below are soap request and response. > > 01 Jul 2014 18:03:35 requestInfoLogger [INFO] Request made: Service: > "TargetingIdeaServiceInterfacePort" Method: "get" URL: " > https://adwords.google.com/api/adwords/o/v201309/TargetingIdeaService" > 01 Jul 2014 18:03:35 soapXmlLogger [INFO] SOAP Request: > <?xml version="1.0" encoding="UTF-8"?> > <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:ns1=" > https://adwords.google.com/api/adwords/o/v201309" > soapenv:mustUnderstand="0"> > <ns2:clientCustomerId xmlns:ns2=" > https://adwords.google.com/api/adwords/cm/v201309 > ">999-999-9999</ns2:clientCustomerId> > <ns3:developerToken xmlns:ns3=" > https://adwords.google.com/api/adwords/cm/v201309">lskjghsdkghlkdjg- > -xedSg</ns3:developerToken> > <ns4:userAgent xmlns:ns4=" > https://adwords.google.com/api/adwords/cm/v201309">ABC (AwApi-Java, > AdWords-Axis/1.20.0, Common-Java/1.20.0, Axis/1.4, Java/1.6.0_24, > maven)</ns4:userAgent> > <ns5:validateOnly xmlns:ns5=" > https://adwords.google.com/api/adwords/cm/v201309 > ">false</ns5:validateOnly> > <ns6:partialFailure xmlns:ns6=" > https://adwords.google.com/api/adwords/cm/v201309 > ">false</ns6:partialFailure> > </ns1:RequestHeader> > </soapenv:Header> > <soapenv:Body> > <get xmlns="https://adwords.google.com/api/adwords/o/v201309"> > <selector> > <searchParameters xmlns:ns7=" > https://adwords.google.com/api/adwords/o/v201309" > xsi:type="ns7:AdSpecListSearchParameter"> > <ns7:adSpecs> > <ns7:DisplayAdSpec/> > </ns7:adSpecs> > </searchParameters> > <searchParameters xmlns:ns8=" > https://adwords.google.com/api/adwords/o/v201309" > xsi:type="ns8:PlacementTypeSearchParameter"> > <ns8:placementTypes>SITE</ns8:placementTypes> > </searchParameters> > <searchParameters xmlns:ns9=" > https://adwords.google.com/api/adwords/o/v201309" > xsi:type="ns9:RelatedToUrlSearchParameter"> > <ns9:urls>travelocity.com</ns9:urls> > </searchParameters> > <ideaType>PLACEMENT</ideaType> > <requestType>IDEAS</requestType> > > <requestedAttributeTypes>CRITERION</requestedAttributeTypes> > <paging> > <ns10:startIndex xmlns:ns10=" > https://adwords.google.com/api/adwords/cm/v201309">0</ns10:startIndex> > <ns11:numberResults xmlns:ns11=" > https://adwords.google.com/api/adwords/cm/v201309 > ">101</ns11:numberResults> > </paging> > </selector> > </get> > </soapenv:Body> > </soapenv:Envelope> > > 01 Jul 2014 18:03:35 soapXmlLogger [INFO] SOAP Response: > <?xml version="1.0" encoding="UTF-8"?> > <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Header> > <ResponseHeader xmlns:ns2=" > https://adwords.google.com/api/adwords/cm/v201309" xmlns=" > https://adwords.google.com/api/adwords/o/v201309"> > <ns2:requestId>0004fd1ee37897a00a430443570064ec</ns2:requestId> > <ns2:serviceName>AccountService</ns2:serviceName> > <ns2:methodName>get</ns2:methodName> > <ns2:operations>0</ns2:operations> > <ns2:responseTime>63</ns2:responseTime> > </ResponseHeader> > </soap:Header> > <soap:Body> > <getResponse xmlns:ns2=" > https://adwords.google.com/api/adwords/cm/v201309" xmlns=" > https://adwords.google.com/api/adwords/o/v201309"> > <rval> > <totalNumEntries>0</totalNumEntries> > </rval> > </getResponse> > </soap:Body> > </soap:Envelope> > > > Any pointer to solve this would be appreciated. > > Thanks. > > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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. For more options, visit https://groups.google.com/d/optout.