SoapClientOptions now contains resolve remove includes option for WSDL downloader

This commit is contained in:
Petr Bechyně
2017-07-21 10:21:32 +02:00
parent 6970b7bbef
commit de5d6a2647
3 changed files with 38 additions and 5 deletions

View File

@ -61,7 +61,7 @@ class SoapClient extends \SoapClient
$this->curl,
$soapOptions->getWsdlFile(),
$soapOptions->getWsdlCacheType(),
false
$soapClientOptions->isResolveRemoteIncludes()
);
} catch (Exception $e) {
throw new SoapFault(