We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75e0908 + a14777a commit cad0e62Copy full SHA for cad0e62
labs/coding-101-rest-basics-ga/5.md
@@ -5,7 +5,7 @@ There are HTTP clients you can use to quickly test web services. They provide a
5
* Postman - [http://www.getpostman.com/](http://www.getpostman.com/)
6
* Firefox RestClient - [https://addons.mozilla.org/en-US/firefox/addon/restclient/](https://addons.mozilla.org/en-US/firefox/addon/restclient/)
7
* Command Line using curl - [http://curl.haxx.se/docs/httpscripting.html# POST](http://curl.haxx.se/docs/httpscripting.html# POST)
8
-* SOAPUI
+* SOAPUI - [https://www.soapui.org/](https://www.soapui.org/)
9
10
Many IDEs have also consoles for testing REST Services built in
11
0 commit comments