ILIAS icon indicating copy to clipboard operation
ILIAS copied to clipboard

[FIX] SOAP entry point

Open thibsy opened this issue 6 months ago • 0 comments

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.php entry point, and
  • Deprecates the ilInitialisation::initILIAS() method, so when debugging future entry points, this will become more obvious.

Kind regards, @thibsy

thibsy avatar Jun 24 '25 10:06 thibsy