WSSecurityUtil.decodeAction(badActionString, actionList, cfg);
fail("Failure expected on unknown action");
} catch (WSSecurityException ex) {
// expected
}
actionList.clear();
//
// This parsing should pass as WSSConfig has been configured with the custom action
//
cfg.setAction(customAction, "wssec.MyAction");