FeedService broken?

66 views
Skip to first unread message

Alex Schäfer

unread,
Sep 1, 2014, 7:40:21 AM9/1/14
to adwor...@googlegroups.com
Hi all,

the FeedService worked fine for me today. Now I have the very strange issue that it fails (see request). 
I wondering because sometimes it's the FeedService and sometime the FeedItemService with a XML_STREAM_EXC or I get this [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords.google.com/api/adwords/cm/v201402/CampaignFeedService?wsdl' : failed to load external entity  (Could be FeedItemService or FeedService as well)

Is anything broken at the moment?

[Sep 01 2014 13:30:16.000000 - ERROR] POST /api/adwords/cm/v201402/FeedService HTTP/1.1
Connection: Keep-Alive
User-Agent: PHP-SOAP/5.5.14, gzip
Accept-Encoding: gzip, deflate
Content-Encoding: gzip
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 519
Authorization: 

<?xml version="1.0" encoding="UTF-8"?>
  <SOAP-ENV:Header>
    <ns1:RequestHeader>
      <ns1:clientCustomerId>4130697822</ns1:clientCustomerId>
      <ns1:developerToken>MyToken</ns1:developerToken>
      <ns1:userAgent>MyUserAgent (AwApi-PHP/5.3.0, Common-PHP/5.3.0, PHP/5.5.14)</ns1:userAgent>
    </ns1:RequestHeader>
  </SOAP-ENV:Header>
  <SOAP-ENV:Body>
    <ns1:get>
      <ns1:selector>
        <ns1:fields>Id</ns1:fields>
        <ns1:fields>Name</ns1:fields>
        <ns1:fields>Attributes</ns1:fields>
        <ns1:fields>FeedStatus</ns1:fields>
        <ns1:fields>Origin</ns1:fields>
        <ns1:fields>SystemFeedGenerationData</ns1:fields>
        <ns1:predicates>
          <ns1:field>FeedStatus</ns1:field>
          <ns1:operator>EQUALS</ns1:operator>
          <ns1:values>ACTIVE</ns1:values>
        </ns1:predicates>
        <ns1:predicates>
          <ns1:field>Id</ns1:field>
          <ns1:operator>EQUALS</ns1:operator>
          <ns1:values>18849224</ns1:values>
        </ns1:predicates>
        <ns1:paging>
          <ns1:startIndex>0</ns1:startIndex>
          <ns1:numberResults>500</ns1:numberResults>
        </ns1:paging>
      </ns1:selector>
    </ns1:get>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=UTF-8
Content-Encoding: gzip
Date: Mon, 01 Sep 2014 11:30:16 GMT
Expires: Mon, 01 Sep 2014 11:30:16 GMT
Cache-Control: private, max-age=0
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
Content-Length: 151
Server: GSE

<?xml version="1.0"?>
<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>

Josh Radcliff (AdWords API Team)

unread,
Sep 2, 2014, 11:40:05 AM9/2/14
to adwor...@googlegroups.com
Hi,

Please see our post regarding this issue.

Best regards,
Josh, AdWords API Team
Reply all
Reply to author
Forward
0 new messages