Hey all, while using CampaignCriterionService.Get, I am receiving a SOAP response that seems to be cut off, leading to the SoapBuffer raising an exception "Unable to parse SOAP buffer for incoming messages. no element found: line 2, column 318897". All previous Get calls work fine until this specific call is reached.
Is it possible therefore to find out whether an incorrect response was actually sent or whether I am somehow cutting off the response for this specific call? Thanks, Joshua My Incoming SOAP response and request ID: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/ v201008"> <requestId>994d1a8f2fd9d28c4a690612d5c5124a</requestId> <operations>1000</operations> <responseTime>377</responseTime> <units>1000</units> </ResponseHeader> </soap:Header> <soap:Body> <getResponse xmlns="https://adwords.google.com/api/adwords/cm/ v201008"> <rval> <totalNumEntries>88653</totalNumEntries> <Page.Type>CampaignCriterionPage</Page.Type> <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="NegativeCampaignCriterion"><campaignId>5949141</ campaignId><criterion xsi:type="Keyword"><id>15155390</ id><Criterion.Type>Keyword</Criterion.Type><text>sear</ text><matchType>BROAD</matchType></ criterion><CampaignCriterion.Type>NegativeCampaignCriterion</ CampaignCriterion.Type></entries> ... [list of entries] ... <entries xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="NegativeCampaignCriterion"><campaignId>5949141</ campaignId><criterion xsi:type="Keyword"><id>15188839491</ id><Criterion.Type>Keyword</Criterion.Type><text>in charge education As you can see, it ends in "<text>in charge education" without any closing XML closing tag. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
