public function WorkflowGetProxies()
 {
     // no argument
     $this->CheckAndSetHeader(__FUNCTION__);
     $results = parent::WorkflowGetProxies();
     $this->methodClose();
     return $this->decodeString($results->proxies);
 }