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.

10 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

  6. Siva on August 31st, 2009

    It is not working.

    “http://www.theprogrammerfactory.com”

    I have given valid request and response XSDs.
    It is not retrieveing input type and output type from that.

  7. Landon AShes on January 29th, 2010

    I tried it too.. Its not working.. Giving me Exception

  8. Snoopy on March 14th, 2010

    Hi, the tool works perfectly sorry.

    You need only to define a XXXX_Request and a XXXX_Response methods in the input XSD file(s).
    can be whatever you need for your services methods. Unles you perform this, the tool will not generate any valid WSDL content.

  9. Arif on September 2nd, 2010

    Hi,

    I also used the tool at theprogrammerfactory.com and it was excellent. Just what I needed.

  10. selva on October 14th, 2010

    I am facing teh issue using schema for the WSDL genration please help

Leave a Reply