Searched refs:iop (Results 1 – 3 of 3) sorted by relevance
21 $iop = new Interop_Client(); variable22 $iop->html = 0;25 $iop->fetchEndpoints();28 $iop->currentTest = 'GroupC'; // see $tests above29 $iop->paramType = 'php'; // 'php' or 'soapval'30 $iop->useWSDL = 1; // 1= do wsdl tests31 $iop->numServers = 0; // 0 = all37 $iop->startAt='';40 $iop->show = 1;41 $iop->debug = 0;[all …]
14 $iop = new Interop_Client(); variable18 global $iop;19 $iop->getEndpoints($test);22 foreach ($iop->endpoints as $epname => $epinfo) {31 global $iop;73 global $iop, $PHP_SELF;77 foreach ($iop->tests as $test) {98 $iop->numServers = 0; // 0 = all104 $iop->show = 0;105 $iop->debug = 0;[all …]
52 $iop = new Interop_Client(); variable54 if ($_GET['detail'] == 1) $iop->showFaults = 1;57 $iop->showWire($_GET['wire']);59 $iop->getEndpoints();60 $iop->getResults();63 $iop->currentTest = $_GET['test'];64 $iop->useWSDL = $_GET['wsdl']?$_GET['wsdl']:0;65 $iop->paramType = $_GET['type']?$_GET['type']:'php';66 $iop->outputTable();68 $iop->outputTables();
Completed in 6 milliseconds