As madan mentioned, you need to understand the application's upstream flow.
Why not ask developers to write the junit testcases for the scenario you are looking for and generate load thro JMeter.(JUnit/JMeter are thick friends).
Otherwise, convert those junit code into LR code(Java record/replay) and then execute thro controller.
Hope this Helps.
Peace