我有一個SOAP問題,沒有找到真正的答案。錯誤獲取http頭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
是什麼原因呢?