SOAP-ERROR:解析WSDL:无法从“https://ads.google...LineItemService?wsdl”加载:无法加载外部实体

I'm trying use Google DFP (Doubleclick for Publishers) Api on my server. I have installed the script and all its dependencies and also I have already set them up. But when I run PHP files in the console, I get this error every time.

PHP Fatal error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://ads.goog le.com/apis/ads/publisher/v201611/LineItemService?wsdl' : failed to load externa l entity "https://ads.google.com/apis/ads/publisher/v201611/LineItemService?wsdl " in /home/admin/web/glob.space/public_html/src/Google/AdsApi/Common/AdsSoapC lient.php on line 65

Could you please tell me, why this happens? this is a not a code issue, because I use original example codes.

Thanks in advance!

just put a slash character between Service and ? in https://ads.google.com/apis/ads/publisher/v201611/LineItemService?wsdl

Ref. http://asanamuz.ir/wp/?p=131