Martialdelastic / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

SOAP-ERROR: Parsing WSDL: Couldn't load from... #75

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of the library are you using?

aw_api_php_lib_3.1.0

Which version of PHP are you using?

PHP Version 5.3.8

What steps will reproduce the problem?

I am trying to addCampaign.

What is the expected output? What do you see instead?

An error has occurred: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://adw
ords-sandbox.google.com/api/adwords/cm/v201109/CampaignService?wsdl' : failed to
 load external entity "https://adwords-sandbox.google.com/api/adwords/cm/v201109
/CampaignService?wsdl"

Original issue reported on code.google.com by adventur...@gmail.com on 25 May 2012 at 1:21

GoogleCodeExporter commented 8 years ago
This usually happens if you don't have SSL support installed, or your network 
is preventing the connection. Please try to load the WSDL on the command line 
using cURL, wget, etc.

Original comment by ekoleda+devrel@googlers.com on 25 May 2012 at 1:40

GoogleCodeExporter commented 8 years ago
I am using windows operating system.

Original comment by adventur...@gmail.com on 25 May 2012 at 2:41