Esempio n. 1
0
 private function logoutMdwsSubsystem()
 {
     try {
         $this->serializeNow('Logging out of MDWS', FALSE);
         $this->getMdwsClient()->disconnect();
         return "";
     } catch (\Exception $ex) {
         return array("ERRNUM" => MdwsUtils::getErrorNumberForException($ex), "ERRSUMMARY" => "Error on disconnect", "ERRDETAIL" => $ex);
     }
 }