The bundle is back!
The definition of service has changed, read the README.
This commit is contained in:
@ -35,7 +35,7 @@ class SoapResponse extends Response
|
||||
{
|
||||
parent::__construct();
|
||||
|
||||
$this->soapHeaders = new Collection('getName');
|
||||
$this->soapHeaders = new Collection('getName', 'Bundle\WebServiceBundle\Soap\SoapHeader');
|
||||
$this->setReturnValue($returnValue);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user