API Testing with Postman SOAP Client — Pragmatic Software Testing
Jul 6, 2021
- Download the Postman SOAP Client locally.
- For widows, right click on the downloaded files and tick the Unblock checkbox and apply.
3. Right-click on the downloaded exe and click Install it on your machine.
4. Once Postman opens up, Go to Collection and add one for yourself. The collection is like a folder of API requests you will add.
5. Now, Add a Request under the collection and call it “GetUsers” and paste the following URL with Get verb “http://jsonplaceholder.typicode.com/users". Now click the Send button.
6. You can see the results being returned from the URL.
7. You can find more about postman on the URL: https://learning.postman.com/docs/sending-requests/requests/