topicExpEl.addAttribute("Dialect", WsmgCommonConstants.TOPIC_EXPRESSION_SIMPLE_DIALECT, null);
topicExpEl.declareNamespace(NameSpaceConstants.WIDGET_NS);
topicExpEl.setText(NameSpaceConstants.WIDGET_NS.getPrefix() + ":" + topic);
OMElement messageToNotify = factory.createOMElement("Notify", NameSpaceConstants.WSNT_NS);
messageToNotify.declareNamespace(NameSpaceConstants.WSNT_NS);
messageToNotify.declareNamespace(NameSpaceConstants.WSA_NS);
OMElement notificationMesssageEl = factory.createOMElement("NotificationMessage",
messageToNotify.getNamespace(), messageToNotify);
notificationMesssageEl.addChild(topicExpEl);