tags:

views:

78

answers:

2

I'm looking for a (GUI?) tool that can connect to RMI services and display the results. Sort of like how SoapUI allows you to specify a WSDL, generated test input and execute the call. I would like to specify an RMI destination (i.e. rmi://server:port/package/class.method(parameters, ...) ) and test the RMI call.

Bonus if it can save the test parameters and repeat the test later, so that I can provide the tests to QA.

Does such a tool exist?

+1  A: 

This looks promising, but I've never tried it and it isn't free. It looks like you can request an evaluation. YMMV.

Segphault
Thanks. I'll take a look.
Chris Nava
+2  A: 

As suggested by Segphault you should have a look at http://www.itko.com/products/java.jsp.

You can also try JMeter RMI sampler from here.

YoK
I already use jMeter but have to keep coding custom samplers for each RMI service. This looks perfect.
Chris Nava
Does my answer not qualify for bounty ? :)
YoK
Sorry forgot to click the + bounty button.
Chris Nava