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
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.
I tried it too.. Its not working.. Giving me Exception
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.
Hi,
I also used the tool at theprogrammerfactory.com and it was excellent. Just what I needed.
I am facing teh issue using schema for the WSDL genration please help