I'm looking for a good solution for graphically viewing a SOAP-based web service and possibly interacting with it (for testing purposes). Online (browser-based) solutions would be interesting too.
Asked
Active
Viewed 4.0k times
29
-
This looks like something you wanted: [http://www.soapclient.com/SoapTest.html](http://www.soapclient.com/SoapTest.html) – icl7126 Jan 01 '16 at 20:09
5 Answers
22
Try this (online) WSDL viewer:
-
Very handy tool for converting WSDL into nice HTML documentation - and unlike some tools I've tried (including Oxygen) it actually displays the request and response message structures against the operations, rather than just referring to the message part name... Thanks for the link! – ChrisC Jul 14 '11 at 02:22
-
-
1Archive.org has your back: [Version from 2017-11-13](https://web.archive.org/web/20171113171145/http://tomi.vanek.sk:80/index.php?page=wsdl-viewer) _that's why you shouldn't block everything in robots.txt_ – luckydonald May 25 '18 at 14:24
-
17
I've had success with a combination of the Elipse WTP WSDL Editor and SoapUI.
Eclipse WTP WSDL Editor -http://wiki.eclipse.org/index.php/Introduction_to_the_WSDL_Editor
SoapUI - http://www.soapui.org/

Matty
- 1,973
- 4
- 25
- 29
-
To add this into Eclipse, add the following repository: http://download.eclipse.org/webtools/repository/indigo/ then browse packages – Dax Dec 06 '13 at 10:15
4
I have used SOAP UI with success in the past:
http://www.soapui.org/information/WSDL_Test.html?gclid=CMOpgKnAjpgCFRBbagodxyzOqg
It allows you test methods and to see if your WSDL passes current standards.

Miyagi Coder
- 5,464
- 4
- 33
- 42