JettyAxisServer jas = new JettyAxisServer();
jas.setPort(inportS);
jas.setResourceBase(pubscribe_home);
jas.start();
NotificationProducerFactory nprodF = NotificationProducerFactory.getInstance();
//TODO
//nprod= nprodF.createNotificationProducer("http://localhost:"+outport+"/axis/services/NotificationProducer","jndi-config_wsn.xml");
nprod= nprodF.createNotificationProducer("http://localhost:"+outport+"/axis/services/NotificationProducer","jndi-config_wse.xml");
topicNs = org.apache.ws.notification.topics.util.TopicSpaceParser.parse(Thread.currentThread().getContextClassLoader().getResourceAsStream("topicspace.xml"));
System.out.println("topicSpace : "+topicNs);
}