エラーは次のとおりです: SoapFault 例外: [WSDL] SOAP-ERROR: WSDL を解析中: からロードできませんでした 'https://xxxxx/api?wsdl': 外部ファイルのロードに失敗しました エンティティ「https://xxxxxxx/api?wsdl」 D:\www\compare.php:22 スタック トレース: #0 D:\www\compare.php(22): SoapClient->SoapClient('https://xxx...', Array) #1 {main}
コードは次のとおりです:
$opts =array('http' => array('user_agent' => 'PHPSoapClient'),'ssl'=>array('verify_peer'=>false ,'verify_host'=>false,"verify_peer_name"=>false));
$url="https://xxxxxxx/api?wsdl";
$params= array('encoding' => 'UTF-8', 'soap_version' =>SOAP_1_1,'trace' => 1, "例外" => 1, "connection_timeout" => 180,'username' => 'xx', 'password' => '* *** *','stream_context' => stream_context_create($opts));
$client =new SoapClient($url,$params);
さらに、 php.ini 設定に問題があり、openssl と SOAP が開かれています。
解決方法を教えてください。 ? ? ?
システム環境はwindows2012 apche2.4 PHP7.2