Re: SOAP-ERROR

2017-07-03 Thread zyx710419810test
How to resolve SOAP-ERROR: Parsing WSDL: Couldn't load from ? 在 2010年4月22日星期四 UTC+8下午11:41:45,Sythus写道: > > Hello, > > i have a problem with SOAP while using > > // Get the CampaignService. > $campaignService = $user->GetCampaignService(); > > > The error i get: > > SoapClient

Adwords Api Question file_get_contents('https://adwords.google.com/api/adwords/cm/v201705/CampaignService?wsdl')

2017-07-24 Thread zyx710419810test
https://adwords.google.com/api/adwords/cm/v201705/CampaignService?wsdl'); exit(); false 为什么抓取不到数据? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~

Re: Adwords Api Question file_get_contents('https://adwords.google.com/api/adwords/cm/v201705/CampaignService?wsdl')

2017-07-24 Thread zyx710419810test
换成其它 url 可以输出数据,如果用 CURL post 方式 输出 soap:ClientXML_STREAM_EXC Sreelakshmi Sasidharan (AdWords API Team)於 2017年7月25日星期二 UTC+8上午1時22分02秒寫道: > > Hi, > > That is the right URL and I was able to print the WSDL using your code. > What issue are you facing while trying to do this? Can you cross check