Skip to content

Commit

Permalink
Display documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
jeph864 committed Jan 11, 2025
1 parent ea3efe7 commit da5fc2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webservice/soap/server.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
$soapServer->handle();
} else {
// This is a request to display the available SOAP methods or WSDL...
include_once "Services/Context/classes/class.ilContext.php";
ilContext::init(ilContext::CONTEXT_SOAP_NO_AUTH);
require_once("Services/Init/classes/class.ilInitialisation.php");
ilInitialisation::initILIAS();
include('webservice/soap/nusoapserver.php');
}

0 comments on commit da5fc2a

Please sign in to comment.