I have to extract the content of the messages of a WSDL to build a view in excel sheet of the hierarchy of blocks and data fields. My objective is to have one line per block or field with the name, datatype, restrictions, mandatory or not, etc... To perform this task, I look for a java library and samples or a tutorial.
I tried with WSDL4J and easyWSDL but I feel that these libraries are too complex for my need and difficult to leverage with the available documentation...
Can anyone give me an advise ?
PS : the subject of my answer isn't about generate the excel sheet