| Author |
Tool to generate WSDL from Java
|
Gerard Vidal
Greenhorn
Joined: Aug 30, 2006
Posts: 1
|
|
Hi, I have been using the java2wsdl tool included in Axis2, however it creates a non-valid wsdl file and I have to fix it manually. Anybody knows a Java to WSDL tool that generates a valid file? Thanks, Gerard
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
|
|
Exactly how is the generated WSDL file invalid? Have you reported this as a bug to the Axis developers? Bill
|
Java Resources at www.wbrogden.com
|
 |
Watsh Rajneesh
Ranch Hand
Joined: Apr 17, 2006
Posts: 109
|
|
|
You can try JWSDP or J2EE 1.4+ SDK from Sun. They have a tool (wscompile.bat) for compiling java to wsdl and vice versa. You can use the <service> element in the config.xml file passed as argument to the tool to generate the wsdl from an existing service endpoint interface.
|
SCJP 5.0 (90%), SCDJWS 1.4 (88%), SCWCD 1.4 (82%), SCBCD 1.3 (85%)
|
 |
 |
|
|
subject: Tool to generate WSDL from Java
|
|
|