getCurrentRequest
This commit is contained in:
parent
fd923e032e
commit
0ca2fe1fd5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue