How to generate xsd from wsdl

user3365075 picture user3365075 · Apr 23, 2014 · Viewed 154k times · Source

Is there any way by which I can generate xsd from wsdl. Any link or tool will also do. What is the simplest way to do this?

Answer

D2TheC picture D2TheC · Jun 19, 2014

You can use SoapUI: http://www.soapui.org/ This is a generally handy program. Make a new project, connect to the WSDL link, then right click on the project and say "Show interface viewer". Under "Schemas" on the left you can see the XSD.

SoapUI can do many things though!