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