ContextUtils.storeUsingAddressing(true, getObjectMessageContext());
getObjectMessageContext().setRequestorRole(true);
AddressingProperties maps = new AddressingPropertiesImpl();
AttributedURIType actionURI = ContextUtils.WSA_OBJECT_FACTORY.createAttributedURIType();
actionURI.setValue(RMUtils.getRMConstants().getCreateSequenceResponseAction());
maps.setAction(actionURI);
maps.setRelatesTo(ContextUtils.getRelatesTo(inMAPs.getMessageID().getValue()));
ContextUtils.storeMAPs(maps, getObjectMessageContext(), true, true, true, true);
setMessageParameters(csr);
setOneway(true);