Searched refs:soap_test (Results 1 – 1 of 1) sorted by relevance
255 $result = $soap_test->result;270 $test_name = $soap_test->test_name;420 if ($this->useWSDL && !$soap_test->headers && !$soap_test->headers_expect) {428 if ($soap_test->headers || $soap_test->headers_expect) {429 …= $soap->__soapCall($soap_test->method_name,$soap_test->method_params,array('soapaction'=>$soapact…440 $sent = $soap_test->expect;441 … } else if (is_array($soap_test->method_params) && count($soap_test->method_params) == 1) {444 … } else if (is_array($soap_test->method_params) && count($soap_test->method_params) == 0) {452 if ($soap_test->headers || $soap_test->headers_expect) {507 if ($soap_test->expect_fault) {[all …]
Completed in 9 milliseconds