コード例 #1
0
ファイル: lib.php プロジェクト: rboyatt/mahara
 /**
  * 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
ファイル: wsse_soap_client.php プロジェクト: rboyatt/mahara
 public function __soapCall($function_name, $arguments, $options = null, $input_headers = null, $output_headers = null)
 {
     return parent::__soapCall($function_name, $arguments, $options, $this->wssecurity_header());
 }