SOAP に問題があり、本当の答えが見つかりません。
try {
$objResponse = $objSoapClient->$strMethod($objMethod->getSoapRequest());
}
catch (SoapFault $e) {
GlobalLogState::write("exception with code(".$e->getCode()."): \n".$e->getMessage());
}
これは、try catch ブロックでの単純な SOAP 要求です。
SoapFault 例外が発生します:
Error Fetching http headers
その理由は何ですか?