Fixed issue #5
This commit is contained in:
@ -56,11 +56,9 @@ class SoapWebServiceController extends ContainerAware
|
||||
$webServiceContext = $this->getWebServiceContext($webservice);
|
||||
|
||||
$this->serviceBinder = $webServiceContext->getServiceBinder();
|
||||
//$this->serviceBinder->fixXmlRequestContent();
|
||||
|
||||
$this->soapRequest = SoapRequest::createFromHttpRequest($this->container->get('request'));
|
||||
//$this->soapRequest->setContent($this->serviceBinder->fixXmlRequestContent($this->soapRequest->getContent()));
|
||||
$this->soapServer = $webServiceContext->getServerFactory()->create($this->soapRequest, $this->soapResponse);
|
||||
$this->soapServer = $webServiceContext->getServerFactory()->create($this->soapRequest, new SoapResponse());
|
||||
|
||||
$this->soapServer->setObject($this);
|
||||
|
||||
|
Reference in New Issue
Block a user