29

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.

Abdullah Jibaly
  • 53,220
  • 42
  • 124
  • 197
  • 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 Answers5

22

Try this (online) WSDL viewer:

http://tomi.vanek.sk/

Ishmaeel
  • 14,138
  • 9
  • 71
  • 83
Rahul
  • 12,886
  • 13
  • 57
  • 62
  • 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
  • Is this link dead (for good)? – gkubed Aug 26 '16 at 12:26
  • 1
    Archive.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
  • Source code at https://github.com/tomi-vanek/wsdl-viewer – Abdull Mar 18 '22 at 17:02
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
1

XMLSpy....nothing beats it (^-^)

Alan Moore
  • 11
  • 1
1

If you just want to view it, try https://code.google.com/p/wsdl2html/ . It's simple.

sg3s
  • 9,411
  • 3
  • 36
  • 52
Jian Chen
  • 586
  • 7
  • 20