$_GET['cd'], "quant"=> $_GET['quant'], "format"=> $format); $result = $client->call("cdStore", array("parameters"=>$params), $ns); echo "

Invoice from remote Cd Store

".$result['invoice']; if ( $client->getError() ) { print "

Soap Constructor Error:

".$client->getError()."
"; } ?>