If what you are looking for is not something like Capeclears SOA editor (Eclipse WTP project has a good WSDL editor too. Checkout http://www.eclipse.org/webtools/) , I suppose you can use something like wsdl4j (http://www.axint.net/apache/java-repository/wsdl4j/jars/) to generate the WSDL (of course with some programming work). It provides a good object model to represent the WSDL and has readers and writers that allow you to serialize/Deserialize the object model.
We have a similar thing in Axis2 called WOM (which is a WSDL 2.0 object model) that can still be used for such a purpose. But still WOM is not upto the state of wsdl4j so my guess is wsdl4j will be a better choice for you.
Ajith
Well, of course it can be done using simple DOM document construction…
But what I'm looking for is an infrastructure that may provide a wrapper to standard WSDL construction tasks.
Asaf Lahav
VP R&D, Prima Grid LTD.
Cellular: 972-54-4717955
Phone: 972-3-6540255
Fax: 972-3-6540254
![]()
From: Ron Reynolds [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 27, 2005 9:19 PM
To: [email protected]
Subject: Re: WSDL generators
what you're describing sounds like building the DOM tree in-memory and then serializing it (to file, stream, whatever). so you want a Java API that wraps building the DOM tree of a WSDL? that's fairly straight-forward to write.
----- Original Message -----
From: Asaf Lahav
Sent: Tuesday, December 27, 2005 9:58 AM
Subject: WSDL generators
Hi all,
I'm not sure if this is the right group to ask. But, I'm looking for a java WSDL generator.
Is there a tool that will enable me to generate WSDL files?
I know AXIS provides a tool called java2wsdl.exe but that would force me to generate a java file in-order to generate a WSDL file first.
Is there any other way to generate WSDL files?
(Preferably open source tool)
Thanks in advance,
Asaf Lahav
VP R&D, Prima Grid LTD.
Cellular: 972-54-4717955
Phone: 972-3-6540255
Fax: 972-3-6540254
![]()
--
Ajith Ranabahu
