Qry: Help needed to parameterize SOAP/XML-RPC sampler?

2009-05-09 Thread Mohamed Niyas
Hi team, I am testing XML-RPC request on HTTP. I am using SOAP/XML-RPC sampler. It is working fine if a single request is being used in the test plan. The file input can be given in 2 ways here. we can use the XML request in the data field or we can provide the file name which contains the XML re

Re: HTTP Request File Path Dynamically Calculated?

2009-05-09 Thread sebb
On 06/05/2009, Noel O'Brien wrote: > Well, the option of setting a dummy file (empty .txt) as the first file > didn't work for me for various reasons; the Content-Length was being set to 0 > and our product required it to be accurate. I wrote a pre-processor for it > and this works for me. Hope

Re: Qry: Help needed to parameterize SOAP/XML-RPC sampler?

2009-05-09 Thread Deepak Shetty
Hi what do you want to parameterise and how do you want this data kept? If your structure of the SOAP request is the same and you only want to parameterise the data within the tag , you can still use a CSV data set along with a while loop . ( e.g. Thread group while controller (${__javascript("$

Re: How to group multiple HTTP requests into one logical unit and measure its response time?

2009-05-09 Thread Nguyen Dao
Transaction Controller is exactly what I need. Thank you. On Fri, May 8, 2009 at 5:30 PM, Deepak Shetty wrote: > Hi > use the transaction controller from Under Add Logic Controller and create > all your requests under it > regards > deepak > > On Fri, May 8, 2009 at 1:55 PM, Nguyen Dao wrote:

Re: How to group multiple HTTP requests into one logical unit and measure its response time?

2009-05-09 Thread Nguyen Dao
Transaction Controller is exactly what I need. Thank you. On Fri, May 8, 2009 at 5:30 PM, Deepak Shetty wrote: > Hi > use the transaction controller from Under Add Logic Controller and create > all your requests under it > regards > deepak > > On Fri, May 8, 2009 at 1:55 PM, Nguyen Dao wrote: