ILIAS
ILIAS copied to clipboard
[FIX] SOAP entry point
Hi @jeph864,
Not entirely sure if this should be assigned to you - feel free to reassign.
Nonetheless, I noticed the SOAP entry point wasn't using the new component bootstrap mechanism and the legacy initialisation adapter (ILIAS\Init\AllModernComponents), which populates components initialised with the bootstrap mechanism inside the legacy environment. This PR
- Fixes this issue by using the legacy initialisation adapter and bootstrap mechanism inside the
server.phpentry point, and - Deprecates the
ilInitialisation::initILIAS()method, so when debugging future entry points, this will become more obvious.
Kind regards, @thibsy