私は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。
OS: Ubuntu 11.10