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
Host: adwords.google.com
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:Envelope 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201402";>
  <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>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/01b4605c-0bd5-4c55-b555-98135a75bdab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to