fix: wrong definition content type

This commit is contained in:
Valentin Carroy 2024-09-05 16:49:52 +02:00
parent 1fa5c8a15e
commit d2701fc79c
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();