I'd like to test a Java Service Call. My first attempt was to use the "Java Request Sampler" The docu says
This sampler lets you control a java class that implements the JavaSamplerClient interface.
I'm not sure how to get the org.apache.jmeter.protocol.java.sampler.JavaSamplerClient Interface as there is no Maven Artifact nor provided binaries on the JMeter side. Just a JMeter Maven Plugin (which is not what I'm looking for). I could install the needed binaries in my local Maven Repository, I Just don't know where they are available.
Wondering if anybody at all is using the "Java Request Sampler" ?
P.S. Maybe I should try the JUnit Sampler