SOAP API Testing Using Postman
Jan 25, 2021
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:
- How to use cheerio for reaching the XML nodes
- User defined functions
- Basic Tests for SOAP
https://documenter.getpostman.com/view/8848049/TW6tNBDz
Please go through it and let me know for any suggestions :-)