Exemple #1
0
 public function initClient()
 {
     //we'll use the EmrSvc facade for initialization but this may change when a SOAP call is executed
     $this->currentFacade = EMRSERVICE_URL;
     $this->mdwsClient = MdwsDaoFactory::getSoapClientByFacade($this->currentFacade);
     //error_log(print_r($this->mdwsClient, true));
     // $this->currentSoapClientFunctions = $this->mdwsClient->__getFunctions();
 }