Compare commits

..

No commits in common. "fix_definition_content_type" and "master" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class SoapWebServiceController implements ContainerAwareInterface
['webservice' => $webservice],
UrlGeneratorInterface::ABSOLUTE_URL
)
), 200, ['Content-Type' => 'application/xml']);
));
/** @var Request $request */
$request = $this->container->get('request_stack')->getCurrentRequest();