Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

WSDLs often import other WSDLs and XML schema.

Given a URL to a WSDL, is there a tool that will download the WSDL and all other referenced WSDLs and schemas?

Ideally, this tool would be either Java or Perl friendly.

share|improve this question
I'm looking more for an API or command line tool that is free; I'm not so much looking for application suggestions. – zzztimbo Mar 21 '09 at 18:01

2 Answers

soapUI has a WSDL content viewer, as the website describes

The Interface viewer allows relatively easy navigation and inspection of the entire contract for an imported WSDL, including all imported and included WSDL and XSD files and their contained types, definitions, etc.

http://www.soapui.org/userguide/interfaces/interfaceeditor.html

share|improve this answer
SoapUI also has the ability to export a WSDL to a local file. Right click on the project, and select "Export Definition". – Chase Seibert Sep 24 '09 at 15:16

The Altova SchemaAgent tool can download, visualize and model a WSDL and multiple schemas. It's very nice when things get complex.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.