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