CloseSequence sequence = new CloseSequence(rmNamespaceValue);
Identifier id1 = new Identifier(rmNamespaceValue);
id1.setIndentifer(uuid);
sequence.setIdentifier(id1);
applicationRMMsg.setMessagePart(Sandesha2Constants.MessageParts.CLOSE_SEQUENCE, sequence);
applicationRMMsg.addSOAPEnvelope();
// --------------------------------------------
// Finished generating Close part
// Create an RMSBean so the create sequence message can be created