3 messages in com.googlegroups.adwords-apiRe: AdWords API Re: Alternate URL for...
FromSent OnAttachments
Ian Sykes15 Dec 2005 03:12 
Patrick Chanezon15 Dec 2005 04:54 
Patrick Chanezon19 Dec 2005 15:11 
Subject:Re: AdWords API Re: Alternate URL for accessing API web services?
From:Patrick Chanezon (chan@gmail.com)
Date:12/19/2005 03:11:04 PM
List:com.googlegroups.adwords-api

More insight about the usefulness of alternateUrl from one of my esteemed colleagues who built the service:

actually, it's useful for our developers for debugging. You can point the Java client to a proxy that logs and displays messages, then forwards them to Google. SOAPScope is good at this.

P@

No this is a parameter that we use inside Google for testing the server against a development server. From the outside you should not need it. Sorry, I should add that to the documentation!

P@

On 12/15/05, Ian Sykes <i.@discovery.force9.co.uk> wrote:

Two of the constructors for the AdWordsUser class in the Java client library have an argument that is an "alternate" URL that should be used when accessing the API's web services. (From inspection of ReportServiceLocator.java it seems that logic to cause recourse to such an alternate URL must be included within your own code.)

Does anyone know if any alternate URLs for the AdWords API web services have actually been published by Google?

Thanks,