You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Montabert, Olivier" <ol...@hp.com> on 2004/10/21 19:16:14 UTC

Java2WSDL output sorting

Hi,

I would appreciate the following useful feature in the
Java2WSDL tool:
Sort the types, messages, etc. before generating the
WSDL file.

Indeed, while you are iterating on the Java classes
which are used to define the WSDL interface, it is
important to determine the differences between two
iterations.
Unfortunately, even 2 consecutive generations (from
the same Java files) will produce different WSDL
files, as far as concerning the types, messages, etc.
order. This is quite disturbing for diff tools.

Regards,

Olivier Montabert