Forum Discussion

dtolj00000000's avatar
dtolj00000000
New Contributor
13 years ago

TestCase Property Transfer arrays

I have created a new TestSuite using SoapUI pro 4.5.1.
My goal is to call a SOAP action and capture all responses with property "Id".
I have created a "Property Transfer" step and selected the "Id" property which generates some XPath expression:
//ns1:QueryPresentationsByCriteriaResponse[1]/ns1:QueryPresentationsByCriteriaResult[1]/a:Presentations[1]/a:PresentationDetails[1]/a:Id[1]

In this case "PresentationDetails" is an array, then I want to call a second SOAP action and pass in the "Id" string array as a request.

The question is how to collect array of strings using Property Transfer?
No RepliesBe the first to reply