|
top
|
Subject: WSDL files Author: Doug Hoople Date: 30 Aug 2006 08:16 PM
|
Ivan,
Thanks for a LIGHTNING response!
In partial answer to your question, editing WSDL as a first-class distinct file type, with diagrammatic layout of the major sections (service,port,porttype,message,etc.) and navigation among them. Several tools already do this (mostly in the IDEs like WebSphere, Eclipse, JDeveloper). This is generally pretty straightforward, but it can be complicated by the WSDL being declared in multiple parts spread across two or more files. BPEL and ESB endpoint extensions pose a challenge here, too.
Less obvious, but exceptionally useful, would be the ability to edit a WSDL file as though it's an XSD file. I don't know any editor that does this today, so this would be a differentiator. All modern WSDL files have embedded XSD schemas. Currently, the only way to get an XSD view of a schema in a WSDL file is to copy and paste the extracted schema into a tempfile, which is hardly satisfactory. The XSD editor would have to ignore the WSDL elements and focus on the XSD schema elements. This is complicated by the fact that the WSDL could contain more than one schema, so the editor would have to provide a choice of which xsd to edit when there is more than one. It's also complicated by the possibility that the XSD is imported (fairly rare until recently, but now a core feature in many WSDL processors), something that your catalog feature should be a natural for.
As I think of other editing possibilities, I'll drop them off.
Thanks.
Doug
|
|
|
|