Generate WSDL from XML Schema (XSD)

Stefan Tilkov points to an XSL transform that generates a WSDL from XML schema. You define your XML schema and this script creates the corresponding WSDL for you. Good stuff, contract first design and such.

5 Comments so far

  1. Curtis Williams on August 1st, 2006

    Not that this is exactly the same thing, but using the Oxygen XML editor, given a well defined XSD you can also create javadoc like documentation for that WSDL and methods cotained within. It’s pretty cool to be able to build clients from this easy to read documentation generated by the schema interface itself.

  2. A Khan on October 11th, 2007

    I used the transform but having trouble with Ports and PortType as it is not generating correct messages.

  3. suresh on September 25th, 2008

    is there any software for converting xsd to wsdl

  4. Jaguar on November 14th, 2008

    check this dude. http://www.theprogrammerfactory.com

    it is really an awesome tool. It took me only 10mins to generate a wsdl from XSD.

  5. panchdev on March 16th, 2009

    great tool !!…thanks to jaguar

Leave a Reply