PHP Web Service NuSOAP complex type
问题 I wrote php web service using NuSOAP and client script. I used array complex type to return an array of complex type, but it's print nothing!! server.php <?php // Pull in the NuSOAP code require_once('nusoap-php5-0.9/lib/nusoap.php'); ini_set ('soap.wsdl_cache_enabled', 0); // Create the server instance $server = new soap_server(); // Initialize WSDL support $server->configureWSDL('GetCus', 'urn:GetCus'); $server->wsdl->addComplexType( 'Product', 'complexType', 'struct', 'all', '', array(