I\'m trying to invoke a WS over https on a remote host:remote port and I get:
Error fetching http headers
using the PHP5 SoapCli
Setting 'keep_alive' to false worked for me:
'keep_alive'
new SoapClient($api_url, array('keep_alive' => false));