ContributionsMost RecentMost LikesSolutionsHow 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? SoapUI: getting a 404 not found even if my request works in browser I have a problem with some requests that returns a 404 in SoapUI but when I try them in the browser it works! Is there any reason for that to happen? Sorry I'm new to API testing