try {
System.out.println("Testing TCP stock service...");
String symbol = "XXX"; // args[0] ;
ServiceClient call = new ServiceClient
( new TCPTransport("localhost", "8088") );
// reconstruct URL
ServiceDescription sd = new ServiceDescription("stockQuotes", true);
sd.addOutputParam("return", SOAPTypeMappingRegistry.XSD_FLOAT);
call.setServiceDescription(sd);