Пример #1
0
 /**
  * internal callback overridden with one_way set to 0
  *
  * @see Zend_Soap_Client_Common::__doRequest()
  */
 public function __doRequest($request, $location, $action, $version, $one_way = 0)
 {
     return parent::__doRequest($request, $location, $action, $version, $one_way);
 }
Пример #2
0
 public function __soapCall($function_name, $arguments, $options = null, $input_headers = null, $output_headers = null)
 {
     return parent::__soapCall($function_name, $arguments, $options, $this->wssecurity_header());
 }