diff --git a/src/Common/Soap/SoapCurl.php b/src/Common/Soap/SoapCurl.php index 6947d44..d24edde 100755 --- a/src/Common/Soap/SoapCurl.php +++ b/src/Common/Soap/SoapCurl.php @@ -109,7 +109,7 @@ public function send( //::soapFault($this->soaperror . " [$url]", $this->soaperror); } if ($httpcode != 200) { - throw SoapException::soapFault( + throw new SoapException( " [$url] HTTP Error code: $httpcode - " . $this->getFaultString($this->responseBody), $httpcode