How to test SOAP API's using Postman??

download (15).png

People usually call Postman as REST API testing tool. Well, actually it’s not. I have written few tests for Public SOAP API’s which could be definitely useful for the beginners especially with SOAP and Postman. Below is the public collection, you can download and see the different scripts written for a SOAP API Testing via Postman.

images (20).png

I have covered the below sections in my Tests:

  • How to use cheerio for reaching the XML nodes

  • User defined functions

  • Basic Tests for SOAP

postman.com/bpricilla/workspace/pricilla-s-..

You can fork the collection and start executing in your machines!

Please go through it and let me know for any suggestions :-)