19 declare(strict_types=1);
37 return hash(
"sha256", self::class);
42 return "Store information about web services in the settings";
53 new \ilIniFilesPopulatedObjective(),
54 new \ilSettingsFactoryExistsObjective()
60 $factory = $environment->
getResource(
Setup\Environment::RESOURCE_SETTINGS_FACTORY);
61 $settings = $factory->settingsFor(
"common");
63 "soap_user_administration",
64 $this->
bool2string($this->config->isSOAPUserAdministration())
66 $settings->set(
"soap_wsdl_path", $this->config->getSOAPWsdlPath());
67 $settings->set(
"soap_connect_timeout", (
string) $this->config->getSOAPConnectTimeout());
68 $settings->set(
"soap_response_timeout", (
string) $this->config->getSoapResponseTimeout());
69 $settings->set(
"rpc_server_host", $this->config->getRPCServerHost());
70 $settings->set(
"rpc_server_port", (
string) $this->config->getRPCServerPort());
72 $settings->set(
'soap_internal_wsdl_path', (
string) $this->config->getSoapInternalWsdlPath());
73 $settings->set(
'soap_internal_wsdl_verify_peer', (
string) $this->config->getSoapInternalWsdlVerifyPeer());
74 $settings->set(
'soap_internal_wsdl_verify_peer_name', (
string) $this->config->getSoapInternalWsdlVerifyPeerName());
75 $settings->set(
'soap_internal_wsdl_allow_self_signed', (
string) $this->config->getSoapInternalWsdlAllowSelfSigned());
__construct(ilWebServicesSetupConfig $config)
Store information about https is enabled.
getPreconditions(Setup\Environment $environment)
isApplicable(Setup\Environment $environment)
ilWebServicesSetupConfig $config
getResource(string $id)
Consumers of this method should check if the result is what they expect, e.g.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
An environment holds resources to be used in the setup process.
achieve(Setup\Environment $environment)