6 messages in com.googlegroups.adwords-apiphp5 and adwords api
FromSent OnAttachments
tomtoad13 Apr 2005 09:20 
inasisi13 Apr 2005 12:09 
tomtoad13 Apr 2005 12:25 
tomtoad14 Apr 2005 05:49 
inasisi14 Apr 2005 08:30 
John Krystynak14 Apr 2005 11:54 
Subject:php5 and adwords api
From:tomtoad (poub@tomtoad.net)
Date:04/13/2005 09:20:04 AM
List:com.googlegroups.adwords-api

I tried to use php5 defined class SoapClient. I only wrote these lines

<?php $wsdl = "https://adwords.google.com/api/adwords/v2/TrafficEstimatorService?wsdl"; $client = new SOAPClient($wsdl); ?>

and the server answered

Warning: I/O warning : failed to load external entity "https://adwords.google.com/api/adwords/v2/TrafficEstimatorService?wsdl" in /home/www/testrapide.php on line 2

Do you know where the problem come from ? (my apache server configuration, my php5 configuration, or anything else ??)

thank you