Hello,
The way you would go about doing this in soapUI is by creating a
TestCase in a
TestSuite, and adding a few TestSteps. The first TestStep would be a
SOAP Request to operation 1 of service 1 on endpoint 1.
You may optionally add some assertions to the response of this request, asserting things like SLA or content.
The next TestStep should be a
Property Transfer step which would transfer the value "x" from the previous request into the next one.
Lastly, the third TestStep would be a request to operation 10 of service 4, running on endpoint 2. Because of the previous Property Transfer, it will contain the value "x". As before you can optionally add assertions to the response of this request.
You do not need to involve any Groovy or BPEL for this.
Regards,
Dain
eviware.com