I have attached a document full of screenshots, hope it helps. A propertyTransfer fails for a field that is not present in the outline view of the request, the outline view changes after each iteration, so if in the first iteration you send a request with 10/15 fields, the outline view will display those 10 fields, the propertyTransfer will fail for the additonal 5 fields. If in the second iteration, you send 5/10 fileds, the outline view wll display these 5 fields and the propertyTransfer for any of the other 10 fields will fail.
My current SoapUI instalation is configured to use the Form view for requests. However this does not seem to be working. I am data driving the request and have created a property transfer for all the fields. I am having to specify which fields I require before running the test in the outline view. if I use the Form view then I am required to enter a value in the fields otherwise empty fields are removed when viewing in outline.
This is fine for the first iteration but for the second iteration it fails, the outline view changes to what was used in the first iteration. Any fields that are not present in the outline view fail on the property transfer for these fields.
How can I get SoapUI to use the form view and get it to use the same initial request at each iteration
I have been able to do this using Groovy script, but it would be nice to know if the same result can be achieved via the built in functionality, using property transfers
I am trying to use xpaths to get all the occurences of '<ChunkName>', I have tried many variation of xpaths including '//ChunkName', when I use log.info it only displays the first entry. it works when I specify which parent it is [1] or [2], but I want to be able to automatically capture all occurences. Is this possible?
The http request is sent based on the response recieved for a soap request. Based on the time range specified, the response will have n' elements that I require using http request for.
E.g. If I specify time from 08:00-12:00, this will create 3 elements. I am using Xpath (...\\elementName), this should give me all occurences of this element (not able to prove yet). I need to use th Groovy script to iterate through each of these element and send a http request. I have been able to use while statement. But how would I iterate though the captured property?
I have tried to capture the response message and write to file, but when I click on property transfers, I get blank responses so nothing is written. The response is displayed in the request area.