getNome().'" ('.$this->getVersao().') não é compatível com esta versão do SEI ('.$strVersaoSEI.').'); // } // */ // } public function processarControladorWebServices($strServico) { $strArq = null; switch ($strServico) { case 'cgu': $strArq = 'cgu.wsdl'; break; } if ($strArq!=null){ $strArq = dirname(__FILE__).'/ws/'.$strArq; } return $strArq; } } ?>