Which is considered as the best free WSDL visual editor? I am working in java if it makes a difference.

link|improve this question
1  
"best" is always hard to answer. It's especially hard to answer when you don't explain what exactly you're looking for. Shiniest? Most featureful? Easiest to use? Cheapest? Least resource intensive? Most mauve? – Joachim Sauer Jan 24 '11 at 14:34
You mean an external tool or an editor that you want to integrate in your Java application? – Denian Jan 24 '11 at 15:54
@Joachim:Well, I already said that I am looking for something free. Something easy to use and full-featured in WSDL functionality.So you have something in mind and you are asking? – user384706 Jan 24 '11 at 16:29
@Denian:Yes external to handle WSDL docs.Something like XMLSpy but free – user384706 Jan 24 '11 at 16:30
1  
@user: personally I prefer the Eclipse WTP (mentioned in the only answer at the moment). – Joachim Sauer Jan 24 '11 at 18:24
feedback

2 Answers

up vote 3 down vote accepted

If you are using Eclipse try Eclipse Web Tools Platform Project, it's good at my point of view and sufficient for me.

link|improve this answer
It's really great, I can recommend it. However as of today it does not support WSDL 2.0. – Sebastian Apr 1 '11 at 19:41
feedback

Since WSDL is nothing but XML, I would look here

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.