Compare commits

...

1 Commits

Author SHA1 Message Date
Valentin Carroy d2701fc79c fix: wrong definition content type 2024-09-05 16:49:52 +02:00
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();