I can't figure out how to use positional parameters in SOAPUI. I want to POST to a REST interface: POST http://someurl.com/param1/param2/param3 PLz help
1) Create a new resource. 2) Put in the desired resource name. 3) In the "Resource Path/Endpoint" put /{param1}. 4) under this newly created resource to add more parameter, right click and chose "Create new child resource" and repeat steps (2-3).