jankrause / idocit

Automatically exported from code.google.com/p/idocit
0 stars 0 forks source link

WSDL4J loses information #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
WSDL4J does only support some fix attributes for the XML elements, others are 
removed by writing the WSDL with iDocIt!. The same is with XML comments in the 
WSDL file and white spaces. Both are ignored and removed and WSDL4J uses its 
own way of indention.

To improve that we can extend WSDL4J or switch to another framework.
Possible alternatives are:
* http://xerces.apache.org/xerces2-j: It contains e.g. a LSSerializer for 
better writing support 
(http://xerces.apache.org/xerces2-j/javadocs/api/index.html?org/w3c/dom/ls/LSSer
ializer.html). But then reading the WSDL and converting to the general 
interface structure must be reimplemented.
* http://jaxb.java.net: Maybe we can use marshaller to read and write WSDL 
files.

Original issue reported on code.google.com by dirk.mei...@gmail.com on 26 Apr 2011 at 7:20

GoogleCodeExporter commented 8 years ago
Estimation: 5 pds

Original comment by dirk.mei...@gmail.com on 27 Apr 2011 at 8:46

GoogleCodeExporter commented 8 years ago

Original comment by dirk.mei...@gmail.com on 3 May 2011 at 8:10

GoogleCodeExporter commented 8 years ago

Original comment by krauseda...@web.de on 1 Jun 2011 at 7:03

GoogleCodeExporter commented 8 years ago
I started to replace WSDL4J for WSDL parsing with Easy WSDL 
(http://easywsdl.ow2.org/) in the branch "easy_wsdl".

Original comment by dirk.mei...@gmail.com on 5 Apr 2012 at 11:51

GoogleCodeExporter commented 8 years ago

Original comment by dirk.mei...@gmail.com on 25 Jul 2012 at 7:16