. * * For more information, contact Colosa Inc, 2566 Le Jeune Rd., * Coral Gables, FL, 33134, USA, or email info@colosa.com. * */ if($RBAC->userCanAccess('PM_SETUP') != 1 && $RBAC->userCanAccess('PM_FACTORY') != 1){ G::SendTemporalMessage('ID_USER_HAVENT_RIGHTS_PAGE', 'error', 'labels'); //G::header('location: ../login/login'); die; } $G_MAIN_MENU = 'processmaker'; //$G_SUB_MENU = 'setup'; $G_ID_MENU_SELECTED = 'SETUP'; //$G_ID_SUB_MENU_SELECTED = 'WEBSERVICES'; if (!extension_loaded('soap')) { $G_PUBLISH = new Publisher; $G_PUBLISH->AddContent('xmlform', 'xmlform', 'setup/wsMessage'); G::RenderPage( "publish" ); } else { $G_PUBLISH = new Publisher; $G_PUBLISH->AddContent('view', 'setup/webServicesTree' ); $G_PUBLISH->AddContent('smarty', 'groups/groups_usersList', '', '', array()); G::RenderPage( "publish-treeview", 'blank'); } $link_Edit = G::encryptlink('webServicesSetup'); $link_List = G::encryptlink('webServicesList'); ?>