| // +----------------------------------------------------------------------+ // // $Id: client_round2_results.php 242949 2007-09-26 15:44:16Z cvs2svn $ // require_once 'client_round2_interop.php'; ?> PHP SOAP Client Interop Test Results

PHP SOAP Client Interop Test Results: Round2

Back to Interop Index

 

showFaults = 1; if ($_GET['wire']) { $iop->showWire($_GET['wire']); } else { $iop->getEndpoints(); $iop->getResults(); if ($_GET['test']) { $iop->currentTest = $_GET['test']; $iop->useWSDL = $_GET['wsdl']?$_GET['wsdl']:0; $iop->paramType = $_GET['type']?$_GET['type']:'php'; $iop->outputTable(); } else { $iop->outputTables(); } } ?>