Skip to content
Snippets Groups Projects
Commit c1c50dde authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

evol : begining of sample page controler with ws

parent 78f8d2b0
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,9 @@ $coreTools->load_modules_config($_SESSION['modules']); ...@@ -53,6 +53,9 @@ $coreTools->load_modules_config($_SESSION['modules']);
$webService = new webService(); $webService = new webService();
//http Authentication //http Authentication
if($webService->authentication()) { if($webService->authentication()) {
$business = new business_app_tools();
$_SESSION['user']['UserId'] = $_SERVER["PHP_AUTH_USER"];
$business->load_app_var_session();
//retrieve Maarch web service catalog //retrieve Maarch web service catalog
$webService->WSCoreCatalog(); $webService->WSCoreCatalog();
$webService->WSAppsCatalog(); $webService->WSAppsCatalog();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment