request.setContent(createContent(msg));
return submitRequest(port, request, msg);
}
private NotificationBEList createMessageNotification(String notificationEmail) {
MessageNotification messageNotification = new MessageNotification(settings, notificationEmail);
return messageNotification.getNotifications();
}