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.
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.
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.
I used the transform but having trouble with Ports and PortType as it is not generating correct messages.
is there any software for converting xsd to wsdl
check this dude. http://www.theprogrammerfactory.com
it is really an awesome tool. It took me only 10mins to generate a wsdl from XSD.
great tool !!…thanks to jaguar