There is no direct way to call arbitrary Java methods from within JMeter.
However, you can either write your own JMeter add-on, or you can use the BeanShell or JEXL scripting languages to call Java directly from JMeter. Which is best depends on how you want to use the encryption/decryption in JMeter - and your level of Java expertise. Or you can set up a SOAP or other service to do the de/en-cryption for you and call that. S. On 12/03/07, Ramakrishna Devaki <[EMAIL PROTECTED]> wrote:
Hi, My understanding u can use Java object through SAOP request. Ram On 3/9/07, Sireesha Sridhara <[EMAIL PROTECTED]> wrote: > > > Hi, > How do we call external java methods from JMETER> I have decrypt and > ecrypt some data.To do that I have call some methods , that is java > methods.How do I call such methods from jmeter. > > Thank you, > Sireesha Sridhara. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

