Hi Billy, As you can see from http://google-apility.sourceforge.net/resources/apility_organigram.png, all traffic to the API goes through the standard NuSOAP library. In NuSOAP you can set the proxy via
$soapclient->setHTTPProxy("http://proxyhost", 8080,"proxy_user","proxy_password"); In the current version of APIlity (12.2.0) this would have to be done in Clients.php, after line 188, where you would have to add: 188 $this->soapClients[$client]->setHeaders($this->soapHeader); // this line is there 189 $this->soapClients[$client]->setHTTPProxy("http://proxyhost", 8080,"proxy_user","proxy_password"); // this line is new 190 return $this->soapClients[$client]; // this is the old line 189 I will add this as a new setting in APIlity 1.13.0. Hope this helps. Cheers, Tom -- Thomas Steiner http://blog.tomayac.de mailto:tomac AT google DOT com --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---