From: pkiddie <pk...@us...> - 2005-08-11 16:21:35
|
Update of /cvsroot/stack/stack-1-0/scripts/rqp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2122/scripts/rqp Modified Files: Tag: development_xmlrqp RQPv1p0Server.php Log Message: Slight modifications to RQP server ServerInfo call Index: RQPv1p0Server.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/rqp/Attic/RQPv1p0Server.php,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -C2 -d -r1.1.2.2 -r1.1.2.3 *** RQPv1p0Server.php 28 Jul 2005 15:03:48 -0000 1.1.2.2 --- RQPv1p0Server.php 11 Aug 2005 16:21:18 -0000 1.1.2.3 *************** *** 1,1236 **** ! <?php ! include("nb_easyxml_lite.php"); ! include("nb_soapfuncs.php"); ! include("rqp_util.php"); //Stack/RQP utility functions ! include("stackstd.php"); //Reqd for version info for STACK ! ! /********* Data structures used by this web service ********* ! * ! * type ServerInformationDType{ ! * ['name']=>string [...3677 lines suppressed...] ! $cidx = $xml->FindChildElement($idx); ! ! while($cidx != false) ! ! { ! ! $ret[] = $this->desoap_anyURI($xml, $cidx, "anyURI"); ! ! } ! ! } ! ! ! ! } ! ! ?> ! ! ! |