загружаю компанию весом примерно 30кб - все хорошо, обрабатывает, все 
работает.
если делаю запрос на компанию весом 300-400кб  -выдают ошибку

SOAP-ERROR: Parsing WSDL: Couldn't load from 
'https://adwords.google.com/api/adwords/cm/v201607/AdGroupCriterionService?wsdl'
 
: failed to load external entity 
"https://adwords.google.com/api/adwords/cm/v201607/AdGroupCriterionService?wsdl";

Что я сделал для решения проблемы: 

1) зашел через браузер по ссылкам - ок
2) попробовал получить через php file_get_content - ок
3) посмотрел настройки php.ini 
    
OpenSSL support enabled
OpenSSL Library Version OpenSSL 1.0.1f 6 Jan 2014
Soap Client enabled
Soap Server enabled
DirectiveLocal ValueMaster Value
soap.wsdl_cache 1 1
soap.wsdl_cache_dir /tmp /tmp
soap.wsdl_cache_enabled 1 1
soap.wsdl_cache_limit 5 5
soap.wsdl_cache_ttl 86400 86400
cURL support enabled
cURL Information 7.35.0

Что в настройках по поводу кеширования и размеров запроса :
php.ini
 это соап \ пробывал кеш  = 1 

extension=php_soap.dll
; Enables or disables WSDL caching feature.
; http://php.net/soap.wsdl-cache-enabled
soap.wsdl_cache_enabled=0

; Sets the directory name where SOAP extension will put cache files.
; http://php.net/soap.wsdl-cache-dir
soap.wsdl_cache_dir="/tmp"


еще может это... default_socket_timeout = 60

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/84a31cd3-0920-4662-b523-57afa13c6ec9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to