Updated definition of ComplexType and use classmap option of SoapServer
Please to refer to the documentation for the changes: http://besim.pl/SoapBundle/tutorial/complex_type.html
This commit is contained in:
@ -53,10 +53,13 @@ class SoapWebServiceController extends ContainerAware
|
||||
*/
|
||||
public function callAction($webservice)
|
||||
{
|
||||
$webServiceContext = $this->getWebServiceContext($webservice);
|
||||
$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->setObject($this);
|
||||
|
Reference in New Issue
Block a user