Tuesday 16 February 2016

wsdlbrowser for online WebServices testing

Access the url http://wsdlbrowser.com/

Enter WSDL url and click on 'Browse' button
ex: wsdl url "http://soaptest.parasoft.com/calculator.wsdl"

Select the WSDL function to perform
ex: 'multiply' function.


Request XML is displayed.


Enter 'x' and 'y' values and click 'Call function' button.


Result XML is displayed with the multiplication of 'x' and 'y' values.


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

Chrome browser 'Wizdler' extension to test Web Services.
http://automation-home.blogspot.com/2016/02/chrome-browser-wizdler-extension-to-test-webservices.html

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

Friday 12 February 2016

Firefox 'SOA Client' plugin for web services testing

Click 'Add to

Click 'Add to Firefox' button


Click 'Install' button.


Click 'Restart Now'.


Click 'ALT' + 'T' to open tools menu.
Select 'SOA Client' > 'Access Web Services'.




Enter WSDL url in 'WSDL Address' field and click 'Parse WSDL' button.
ex: wsdl url: http://soaptest.parasoft.com/calculator.wsdl


Select the WSDL function/method, provide 'x' and 'y' values and click 'Invoke' button.
ex: Operation: add


Response 12.0 (i.e additon of 5+7).
You can view the request xml in 'Raw Request Body' tab.


Simillarly you can view the response xml in 'Raw Response Body' tab.


Related Links:
Chrome browser 'Wizdler' extension to test Web Services.
http://automation-home.blogspot.com/2016/02/chrome-browser-wizdler-extension-to-test-webservices.html

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