我正在使用 php 5.3.6 中的 .net Web 服务。我正在使用 SoapClient 类建立连接。它继续失败,并出现“ SoapClient::__doRequest(): SSL: Connection reset by peer ”和“ SoapFault Object ( [message:protected] => Error Fetching http headers ”。
这仅发生在方法/操作中。如果我使用 $response = $objClient->__getFunctions(); 它工作正常,我得到的答复没有问题。
$objClient = new SoapClient("http://sample.idws.syndication.kbb.com/3.0/VehicleInformationService.svc?wsdl", array('trace' => 1, 'username' => 'xxxxxxx', 'password' => 'xxxxxxx', 'soap_version' => SOAP_1_2, 'exceptions' => true ));
PHP:启用了 ssl soap 的 php 5.3.6。
操作系统:Ubuntu 11.10