deserialize(rmConstants.getTerminateSequenceResponseQName(), soapMessage, messages, data);
// TODO: implement SequenceFault deserialization
if (data.size() == 0)
throw new RMException("RM handler was not able to find WS-RM message in the payload");
// propagate RM response context to higher layers
msgContext.put(RMConstant.RESPONSE_CONTEXT, rmResponseContext);
msgContext.setScope(RMConstant.RESPONSE_CONTEXT, Scope.APPLICATION);