How to correctly specify multiple query REST API in SOAPUI ?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2017
09:35 AM
08-02-2017
09:35 AM
How to correctly specify multiple query REST API in SOAPUI ?
So I have this difficult query I should make in SOAPUI but I dont get the correct result.
The request is http://localhost/XXXXX/YYY/1.1/ZZZZZ/QQQQQ/111111;222222;33333/2017-01-01/null/1;2;3/DDD/-1/5000
I know how you set the endpoint and Ressource
Endpoint = http://localhost
Ressource = XXXXX/YYY/1.1/ZZZZZ/QQQQQ/111111
Parameters = ;222222;33333 as Matrix/Ressource
but in the paramters how to specify the the ones after the slash "/2017-01-01/... " and the other parts?
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2017
06:11 PM
08-06-2017
06:11 PM
SoapUI only supports matrix parameters at the end of the URL
https://community.smartbear.com/t5/SoapUI-Pro/SoapUI-MATRIX-parameter-support/td-p/14295
Try template parameter instead
https://www.soapui.org/rest-testing/understanding-rest-parameters.html
