Wizdler a lightweight alternative to soapUI
?? Saral Saxena ??????
?11K+ Followers | Linkedin Top Voice || Associate Director || 14+ Years in Java, Microservices, Kafka, Spring Boot, Cloud Technologies (AWS, GCP) | Agile , K8s ,DevOps & CI/CD Expert
Just came across an awesome Chrome extension to test SOAP Web Services (appropriately) called Wizdler. It’s really lightweight and comes in handy when you want to do a quick test of your web services specially during development. The simplicity of the UI really caught my attention, very intuitive and easy to use.
Once you enter your wsdl path in the address bar, Wizdler parses the wsdl contents (toung twister alert!) and shows all available operations when you click the little icon at the end.
Clicking on an operation takes you to the request page where you fill in your request parameters for the web service (if any) and then simply click GO!
Of course it lacks many fancy features that soapUI offers, but you probably don’t need them all the time. The reason I looked for a Chrome extension was because I couldn’t seems to install soapUI on my Win7 box for some mysterious reason (problem with the 64-bit installer, me thinks).
‘Wizdler’ is no doubt a nifty little tool to test your SOAP web services on the fly with (almost?) “zero installations”
- Install Wizdler plugin in chrome
- Visit any wsdl file.In my case I have visited this wsdl file
- As you visit wsdl file, Wizdler icon appears at top right corner. This icon will appear only if you visit any WSDL page in Chrome browser.
- Click that icon and click any method
5)Enter correct value and click GO. I have enetered 10010424
6)Response appears on same page.