Is there an example of testing a webservice via Postman?

Hey guys ,
as described in the title is there any examples or tutorials testing soap/rest APIs using postman which is a new tool for me

Thanks for help

Go the the postman home page.

The “learning centre” is one of the links down the left hand side.

image

I can recommend the “Postman Training” links under “Other Resources”.

image

The “Galaxy APIs 101” course will get you used to the user interface including the console logs.

The “Galaxy Testing and Automation” will teach you how to create assertions on the response.

Postman uses JavaScript under the hood, so learning a bit of JavaScript won’t hurt. (in particular how to work with JavaScript objects and arrays including JSON elements). W3Schools is a resource that I would recommend. JavaScript Tutorial (w3schools.com)