Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've found the wsdl editor in Eclipse to be bug-ridden. Netbeans dropped their wsdl plugin sometime ago. Is there a good editor that allows you to create and edit wsdl and xsd files? I highly prefer an editor that works on different platforms (that leaves out XML Spy for me).

I'm going to check out Oxygen. It's not clear if it creates wsdls or if it just does some validation and editing on existing wsdls.

What have you found for creating and editing wsdl and xsd files?

share|improve this question

closed as not constructive by John Saunders, bmargulies, Andy Hayden, stealthyninja, tombom Nov 2 '12 at 11:43

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

2 Answers

You can still download the old version (Liquid XML Studio 2009 7.0.2) here.

share|improve this answer

I'm using Liquid Technologies' Liquid XML Studio - there's a free community edition, which unfortunately makes WSDL and XSD read-only files :-( (update: unfortunately, Liquid Technologies has discontinued the free community edition....) but I was able to convince myself (and my boss) that I needed this tool, based on my experience with other XML file types I was able to edit.

Xml Studio features a graphical WSDL editor and an XML schema editor.

It's a .NET tool and integrates quite nicely into Visual Studio, if that's a requirement for you. It works very well as a stand-alone tool, too

share|improve this answer
Liquid XML Studio only runs on Windows, so it's not what I want. For those interested in a MS-only solution do you know how it compares to XML Spy? – Dean Schulze Apr 15 '10 at 18:39
There's no community edition anymore, superseded by Starter version – Alexei Tenitski Apr 6 '11 at 22:23
@alexeit: updated my answer – marc_s Apr 7 '11 at 4:46

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