/**
  * Override SOAP action to work around bug in older PHP SOAP versions.
  */
 public function __doRequest($request, $location, $action, $version, $oneway = null)
 {
     return parent::__doRequest($request, $location, $this->currentaction, $version);
 }