getCurrentRequest

This commit is contained in:
Ghislain Loaec 2018-04-06 10:53:16 +02:00
parent fd923e032e
commit 0ca2fe1fd5
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class SoapWebServiceController implements ContainerAwareInterface
$this->serviceBinder = $webServiceContext->getServiceBinder();
$this->soapRequest = SoapRequest::createFromHttpRequest($this->container->get('request'));
$this->soapRequest = SoapRequest::createFromHttpRequest($this->container->get('request_stack')->getCurrentRequest());
$this->soapServer = $webServiceContext
->getServerBuilder()
->withSoapVersion11()