REST Service Testing
Friends!There was nothing much for me to write in this blog. In fact this is an extract from SOAP UI Pro documentation for Testing REST Service. Quite Useful.
***At the end of this blog I have a snap shot of my first BPEL exposed as REST service tested via this tool.
SoapUI supports extensive testing of REST services and their resources, representations, etc. Let's start with a quick demo using the Google Maps API to get you started!
Start by creating a new project from the File menu and select the "Add REST Service" option:
Specify the following Google Map API URL in the Service Endpoint Field:
and be sure to select the "Extract Resource/Method" option. Pressing OK creates the REST Service in your project and prompts to create an initial REST Resource from the specified path:
Here you can just press OK, which finally creates the actual request and opens its editor. Press the green arrow at the top left in the Request editor and you can see the XML output returned by the service:
Now go back to the previous request and run it again: