SOAP API Testing Using Postman

--

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.

I have covered the below sections in my Tests:

  1. How to use cheerio for reaching the XML nodes
  2. User defined functions
  3. Basic Tests for SOAP

https://documenter.getpostman.com/view/8848049/TW6tNBDz

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

--

--