Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What do you recommend using for graphically visualizing a WSDL? [closed]

Tags:

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.

like image 751
Abdullah Jibaly Avatar asked Jan 12 '09 06:01

Abdullah Jibaly


People also ask

What is the use of WSDL?

WSDL is an XML notation for describing a web service. A WSDL definition tells a client how to compose a web service request and describes the interface that is provided by the web service provider.

How does SOAP use WSDL?

WSDL, or Web Service Description Language, is an XML based definition language. It's used for describing the functionality of a SOAP based web service. WSDL files are central to testing SOAP-based services. SoapUI uses WSDL files to generate test requests, assertions and mock services.


2 Answers

Try this (online) WSDL viewer:

http://tomi.vanek.sk/

like image 110
Rahul Avatar answered Sep 19 '22 15:09

Rahul


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/

like image 45
Matty Avatar answered Sep 21 '22 15:09

Matty