Thread.sleep(5000);
//publishing
System.out.println("Publishing next publication...");
SubscriberStore store = CommonUtil.getSubscriberStore(serviceContext.getAxisService());
if (store==null)
throw new Exception ("Cant find the Savan subscriber store");
OMElement data = getNextPublicationData ();