public function __construct()
 {
     parent::__construct();
     $this->service = $this->service('soapserverservice');
     enic::zend_load('Soap/Server');
     enic::zend_load('Soap/Wsdl');
     enic::zend_load('Soap/AutoDiscover');
     enic::zend_load('Soap/Wsdl/Strategy/ArrayOfTypeSequence');
     enic::zend_load('Soap/Server');
     enic::zend_load('Soap/Client');
 }
 public function startExec()
 {
     set_include_path(ENIC_PATH . 'lib');
     enic::zend_load('Feed/Reader');
 }