try {
ICallCounterService ctr =
(ICallCounterService)Registry.bind(
"http://georgetown:8004/glue/urn:CallCounterService.wsdl",
ICallCounterService.class);
System.out.println("Result is " + ctr.getCount());
}
catch (RegistryException e)
{
System.out.println(e);
}