diff --git a/src/BeSimple/SoapBundle/WebServiceContext.php b/src/BeSimple/SoapBundle/WebServiceContext.php index d18bb04..6e3249a 100644 --- a/src/BeSimple/SoapBundle/WebServiceContext.php +++ b/src/BeSimple/SoapBundle/WebServiceContext.php @@ -52,6 +52,8 @@ class WebServiceContext $this->typeRepository = $typeRepository; $this->converters = $converters; + // Issue #6: keep the debug because the cache is invalid + $options['debug'] = true; $this->options = $options; }