{
InitialContext initialContext = new InitialContext();
WeatherstationHome home = (WeatherstationHome) initialContext.lookup(WeatherstationHome.HOME_LOCATION);
SimpleTypeResourceKey simpleTypeResourceKey = new SimpleTypeResourceKey(new QName(WeatherstationPropertyQNames.FCCID.getNamespaceURI(), "ResourceID"),
InteropConstants.WEATHERSTATION_KEY1);
WeatherstationResource resource = (WeatherstationResource) home.find(simpleTypeResourceKey);
Topic topic = resource.getTopicSpaceSet().getTopicSpace(MowsConstants.NSURI_MOWS_TOPICS).getTopic("RequestProcessingObservations");
Calendar currentTime = Calendar.getInstance();
//RequestProcessingNotification
RequestProcessingNotificationDocument notifDocument = RequestProcessingNotificationDocument.Factory.newInstance();