Summary

A Message must have the same name as the invoked Operation.

Details

From the UML 2.3 specification:

The name of the named element referenced by signature must be the same as that of the Message.

Tips

If the name of your Message does not correspond to the name of the Operation it invokes, you should rename it in accordance with the Operation's name.