HTTP.startup("http://georgetown:8004/glue");
Context context = new Context();
context.addProperty("activation", "application");
context.addProperty("namespace",
"urn:BasicTradingService");
Registry.publish("urn:BasicTradingService",
javasoap.book.ch5.BasicTradingService.class, context );