Added debug parameter at SoapServerFactory

If kernel.debug parameter is true, the cache is disabled.
This commit is contained in:
Francis Besset
2011-07-17 12:35:47 +02:00
parent 1c608ccf20
commit 887169de13
3 changed files with 17 additions and 15 deletions

View File

@ -24,6 +24,7 @@
<argument type="service" id="webservice.binder.response"/>
<argument type="collection">
<argument key="cache_dir">%webservice.cache_dir%</argument>
<argument key="debug">%kernel.debug%</argument>
</argument>
</service>