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