File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes Tool to generate WSDL from Java Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Tool to generate WSDL from Java" Watch "Tool to generate WSDL from Java" New topic
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
    
    1
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%)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tool to generate WSDL from Java
 
Similar Threads
JAX-WS Client with SSL certificate
JAX-WS use of tools (wsimp , wsgen)
Auto generate wsdd file
how can i create java classes from given wsdl
Help neded for developing the web service