try {
TestUtils utils = new TestUtils();
// send notification
final SendNotificationService sendNotificationService = (SendNotificationService) GlobalResourceLoader.getService(
new QName(KenApiConstants.Namespaces.KEN_NAMESPACE_2_0, "sendNotificationService"));
NotificationResponse response = sendNotificationService.invoke(utils.getTestNotificationXml());
assertEquals("response status is not success", NotificationConstants.RESPONSE_STATUSES.SUCCESS, response.getStatus());
} catch (Exception e) {
log.error("exception occured", e);
fail("exception occured");