4 messages in com.googlegroups.adwords-apiRe: AdWords API Coldfusion 7 cfhttp t...
FromSent OnAttachments
dakuwan20 Jun 2006 12:24 
Patrick Chanezon20 Jun 2006 19:46 
Desmond21 Jun 2006 08:42 
dakuwan23 Jun 2006 12:42 
Subject:Re: AdWords API Coldfusion 7 cfhttp timeouts
From:Desmond (daku@gmail.com)
Date:06/21/2006 08:42:30 AM
List:com.googlegroups.adwords-api

Thanks for the help Patrick.

The URL I am posting to is: https://adwords.google.com/api/adwords/v4/CreativeService. The following xml is a request that timed out:

<?xml version="1.0" encoding="UTF-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adwords="https://adwords.google.com/api/adwords/v4" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><adwords:email xmlns:adwords="https://adwords.google.com/api/adwords/v4">MyEmail</adwords:email><adwords:clientEmail xmlns:adwords="https://adwords.google.com/api/adwords/v4">ClientEmail</adwords:clientEmail><adwords:password xmlns:adwords="https://adwords.google.com/api/adwords/v4">Password</adwords:password><adwords:useragent xmlns:adwords="https://adwords.google.com/api/adwords/v4">IDR CF Connector</adwords:useragent><adwords:token xmlns:adwords="https://adwords.google.com/api/adwords/v4">AdwordsToken</adwords:token></SOAP-ENV:Header><SOAP-ENV:Body xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><adwords:getAllCreatives xmlns:adwords="https://adwords.google.com/api/adwords/v4"><adwords:adGroupID xmlns:adwords="https://adwords.google.com/api/adwords/v4">196700671</adwords:adGroupID></adwords:getAllCreatives></SOAP-ENV:Body></SOAP-ENV:Envelope>

You're right on the xml response, due to the timeout I do not have one that i can include. I have used timeouts ranging from 5 to 10 minutes on the calls, before I never had to specify a duration because the server default was long enough for the request.

Thanks again for the help.

Patrick Chanezon wrote:

Hi Dakuwan, can you please send us the xml request (remove password, login and token) and the url to which you send it? And the xml response, if you have one (since you get a http timeout I guess you get no response). Also what is the timeout duration that you use in your client code?

P@

On 6/20/06, *dakuwan* <daku@gmail.com <mailto:daku@gmail.com>> wrote:

When v2 was discontinued I updated all my requests to use v4. Now I am receiving the following error " The request has exceeded the allowable time limit Tag: cfhttp".

This code ran with no issues several times a day when on v2 but now fails on varying calls with the above error message.

Is anyone else experiencing this? If so, how was it fixed? If its only me could you theorize on what would be the issue since the exact same code worked before and the timeouts occur at differing method calls each time.

Thanks for the help.

>