Tuesday 16 February 2016

Chrome browser 'Wizdler' extension to test Web Services

Open Chrome browser and search for 'Wizdler' extension.


Click 'ADD TO CHROME'


Click 'Add extension'.




Access wsdl url
ex: http://soaptest.parasoft.com/calculator.wsdl


In my case wsdl file is downloaded, some times you can directly access the wsdl functions after installing the 'Wizdler' extension in chrome browser.
 



Open the downloaded wsdl file in chrome browser.
You can see the 'Wizdler' icon in the address bar of the chrome browser.


Click on 'Wizdler' icon to know the functions provided in wsdl


Select the function
ex: 'substract'.


Request XML is provided.


Enter 'x' and 'y' values and click 'Go' button.


Response XML is displayed with the result (i.e substraction of 'x' and 'y' values)


Related Links:
wsdlbrowser for online WebServices testing
http://automation-home.blogspot.com/2016/02/wsdlbrowser-for-online-webservices.html

Firefox 'SOA Client' plugin for web services testing
http://automation-home.blogspot.com/2016/02/firefox-soa-client-plugin-for-web-services-testing.html

No comments:

Post a Comment