public function __construct()
 {
     parent::__construct();
     $this->server = new \SoapServer($this->wsdlpath, array('classmap' => $this->classmap, 'cache_wsdl' => WSDL_CACHE_BOTH));
 }