views:

354

answers:

4

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.

A: 

Try this WSDL viewer

http://tomi.vanek.sk/index.php?page=wsdl-viewer

Rahul
+2  A: 

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
+4  A: 

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  A: 

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

Alan Moore
I'd say that soapUI beats it as far as testing goes.
John Saunders