System.exit(1);
}
String symbol = args[0] ;
ServiceClient call = new ServiceClient
(new HTTPTransport(opts.getURL(), "urn:cominfo"));
call.set( Transport.USER, opts.getUser() );
call.set( Transport.PASSWORD, opts.getPassword() );
String res = (String) call.invoke(
"urn:cominfo", "getInfo",