Hello Danial,
Thanks for your reply.ok i will comment out the the clientid for the first request.But the thing is that if i comment out the clientId also i keep on getting the same error.I am using API version aw_api_php_lib_2.7.0(v201109). and i am using xampp(1.7.0) for doing so. Is ther anything wrong in my xamp setup.?? because when i run GetAllcampaigns.php from command prompt i get the error Notice: SoapClient::SoapClient(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in C:\xampp\htdocs\googlelib\src\Google\Api\Ads\Common\Lib \AdsSoapClient.php on line 144 Warning: SoapClient::SoapClient(): I/O warning : failed to load external entity "https://adwords-sandbox.google.com/api/adwords/cm/ v201101/CampaignService?wsdl" in C:\xampp\htdocs\googlelib\src\Google \Api\Ads\Common\Lib\AdsSoapClient.php online 144 SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adwords- sandbox.google.com/api/adwords/cm/v201101/CampaignService?wsdl' : failed to load external entity "https://adwords-sandbox.google.com/api/ adwords/cm/v201101/CampaignService?wsdl" Though the dll files required to load the WSDL are open in my php.ini file in xampp This is how my ph.ini file look ;extension=php_apc.dll ;extension=php_apd.dll ;extension=php_bcompiler.dll ;extension=php_bitset.dll ;extension=php_blenc.dll ;extension=php_bz2.dll ;extension=php_bz2_filter.dll ;extension=php_classkit.dll ;extension=php_cpdf.dll ;extension=php_crack.dll extension=php_curl.dll ;extension=php_cvsclient.dll ;extension=php_db.dll ;extension=php_dba.dll ;extension=php_dbase.dll ;extension=php_dbx.dll ;extension=php_dio.dll ;extension=php_docblock.dll ;extension=php_domxml.dll ;extension=php_event.dll ;extension=php_fdf.dll ;extension=php_fileinfo.dll ;extension=php_filepro.dll ;extension=php_filter.dll ;extension=php_fribidi.dll extension=php_gd2.dll extension=php_gettext.dll ;extension=php_gmp.dll ;extension=php_gopher.dll ;extension=php_hash.dll ;extension=php_http.dll ;extension=php_hyperwave.dll ;extension=php_ibm_db2.dll ;extension=php_id3.dll ;extension=php_ifx.dll ;extension=php_iisfunc.dll ;extension=php_imagick.dll extension=php_imap.dll ;extension=php_ingres.dll ;extension=php_interbase.dll ;extension=php_ixsfunc.dll ;extension=php_java.dll ;extension=php_json.dll extension=php_ldap.dll ;extension=php_lzf.dll ;extension=php_mailparse.dll ;extension=php_maxdb.dll extension=php_mbstring.dll extension=php_exif.dll extension=php_mcrypt.dll ;extension=php_mcrypt_filter.dll ;extension=php_memcache.dll ;extension=php_mhash.dll extension=php_mime_magic.dll extension=php_ming.dll ;extension=php_msql.dll extension=php_mssql.dll extension=php_mysql.dll extension=php_mysqli.dll ;extension=php_netools.dll ;extension=php_ntuser.dll ;extension=php_oracle.dll ;extension=php_oci8.dll ;extension=php_oggvorbis.dll extension=php_openssl.dll ;extension=php_parsekit.dll extension=php_pdf.dll extension=php_pdo.dll ;extension=php_pdo_firebird.dll extension=php_pdo_mssql.dll extension=php_pdo_mysql.dll ;extension=php_pdo_oci.dll ;extension=php_pdo_oci8.dll ;extension=php_pdo_odbc.dll ;extension=php_pdo_sqlite.dll ;extension=php_perl.dll extension=php_pgsql.dll ;extension=php_phpdoc.dll ;extension=php_pop3.dll ;extension=php_printer.dll ;extension=php_pspell.dll ;extension=php_radius.dll ;extension=php_runkit.dll ;extension=php_sdo.dll ;extension=php_sdo_das_xml.dll ;extension=php_shmop.dll ;extension=php_smtp.dll ;extension=php_snmp.dll extension=php_soap.dll extension=php_sockets.dll extension=php_sqlite.dll ;extension=php_ssh2.dll ;extension=php_stats.dll ;extension=php_svn.dll ;extension=php_sybase_ct.dll ;extension=php_threads.dll ;extension=php_tidy.dll ;extension=php_timezonedb.dll ;extension=php_translit.dll ;extension=php_win32ps.dll ;extension=php_win32scheduler.dll ;extension=php_win32service.dll ;extension=php_win32std.dll ;extension=php_xdebug.dll ;extension=php_xmlreader.dll extension=php_xmlrpc.dll ;extension=php_xmlwriter.dll extension=php_xsl.dll ;extension=php_yaz.dll ; Module make problems extension=php_zip.dll ;extension=php_zlib_filter.dll extension=php_ps.dll extension=php_paradox.dll ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; [Date] ; Defines the default timezone used by the date functions date.timezone = CET [Date] date.timezone = CET I am just clueless about how to proceed as everything i try gives me the same error.. The phpinfo from xampp gives me this information curl cURL support enabled cURL Information libcurl/7.16.0 OpenSSL/0.9.8i zlib/1.2.3 soap Soap Client enabled Soap Server enabled Directive Local Value Master Value soap.wsdl_cache 1 1 soap.wsdl_cache_dir C:\xampp\tmp C:\xampp\tmp soap.wsdl_cache_enabled 1 1 soap.wsdl_cache_limit 5 5 soap.wsdl_cache_ttl 86400 86400 openssl OpenSSL support enabled OpenSSL Version OpenSSL 0.9.8i 15 Sep 2008 hash hash support enabled Hashing Engines md2 md4 md5 sha1 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru gost adler32 crc32 crc32b haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5 xml XML Support active XML Namespace Support active libxml2 Version 2.6.32 dom DOM/XML enabled DOM/XML API Version 20031129 libxml Version 2.6.32 HTML Support enabled XPath Support enabled XPointer Support enabled Schema Support enabled RelaxNG Support enabled and another lot of things are enabled.. Now Please suggest me what should i do.....?? How to load the wsdl file,I am just spending sleepless nights just to make this work. Please help Danial. On Nov 7, 5:47 pm, Danial Klimkin <danial.klimkin+fo...@google.com> wrote: > Hello Ali, > > What version of the API are you using? Try commention out clientId for the > first request as the Sandbox need to initialize for your account and no > client accounts exist yet. > > -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en