Fwd: JavaSampler, complex response processing

2004-06-03 Thread Axel Faltin
Hi List, Unfortunately nobody responded so far. I guess my mail was too complicated in the first place. Let's try it step by step: How do I fill a SampleResult wisely in the case of a complex answer structure. I would love to return my own object, which is not possible I guess so I need to wrap

Re[2]: Fwd: JavaSampler, complex response processing

2004-06-03 Thread Axel Faltin
Hi, you're probably going to have to extend SampleResult, or try to wedge it into the existing one. Are you planning on using a local interface to call the EJB or do a real remote call? 1. In the case I extend SampleResult (lets say AxelSampleResult), which would be fine with me. How do I

JavaSampler, complex response processing

2004-05-25 Thread Axel Faltin
Hi all, I have some difficulties putting together a testplan for a EJB Interface Test. My Setup: --- J2EE Container with a couple of Stateless Session Bean. I would like to call the first (login) which comes back with the sessionid and do a second, third, etc call using that sessionid. --- I