I'm getting a RESPONSE_SIZE_LIMIT_EXCEEDED error eventhough I am only requesting a Get on a single Ad Group.
SOAP::Transport::HTTP::Client::send_receive: POST https://adwords.google.com/api/adwords/cm/v200909/AdGroupAdService HTTP/1.1 Accept: text/xml Accept: multipart/* Accept: application/soap Content-Length: 1224 Content-Type: text/xml; charset=utf-8 SOAPAction: https://adwords.google.com/api/adwords/cm/v200909/get <?xml version="1.0" encoding="UTF-8"?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <RequestHeader xmlns="https://adwords.google.com/api/adwords/cm/ v200909"> <authToken>XXXXXXXXXXXXXXX</authToken> <clientEmail>m...@abc.com</clientEmail> <useragent>Techforless: AdWords API Perl Sample Code</useragent> <developerToken>XXXXXXXXXX</developerToken> <applicationToken>XXXXXXXXXXX</applicationToken> </RequestHeader> </soap:Header> <soap:Body> <get xmlns="https://adwords.google.com/api/adwords/cm/v200909"> <selector> <AdGroupAdSelector> <adGroupIds>482566509</adGroupIds> </AdGroupAdSelector> </selector> </get> </soap:Body> </soap:Envelope> SOAP::Transport::HTTP::Client::send_receive: HTTP/1.1 500 Internal Server Error Cache-Control: private, max-age=0 Connection: close Date: Wed, 03 Mar 2010 22:55:08 GMT Server: GFE/2.0 Content-Type: text/xml; charset=UTF-8 Expires: Wed, 03 Mar 2010 22:55:08 GMT Client-Date: Wed, 03 Mar 2010 22:55:09 GMT Client-Peer: 74.125.45.112:443 Client-Response-Num: 1 Client-SSL-Cert-Issuer: /C=US/O=Google Inc/CN=Google Internet Authority Client-SSL-Cert-Subject: /C=US/ST=California/L=Mountain View/O=Google Inc/CN=adwords.google.com Client-SSL-Cipher: AES256-SHA Client-SSL-Warning: Peer certificate not verified X-Content-Type-Options: nosniff X-Frame-Options: SAMEORIGIN X-XSS-Protection: 0 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><soap:Header><ResponseHeader xmlns="https:// adwords.google.com/api/adwords/cm/ v200909"><requestId>83ecf3747ca3f331d95b86fa29a42532</ requestId><operations>1</operations><responseTime>8730</ responseTime><units>1</units></ResponseHeader></ soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</ faultcode><faultstring>SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ </ faultstring><detail><ApiExceptionFault xmlns="https:// adwords.google.com/api/adwords/cm/ v200909"><message>SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ </ message><ApplicationException.Type>ApiException</ ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/ XMLSchema-instance" xsi:type="SizeLimitError"><fieldPath></ fieldPath><trigger></trigger><ApiError.Type>SizeLimitError</ ApiError.Type><reason>RESPONSE_SIZE_LIMIT_EXCEEDED</reason></errors></ ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope> The following SOAP fault occurred: faultcode: soap:Server faultstring: SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ Any help much appreciated! -- 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=en.