I have a situation in an application where I want to see if two interfaces are compatible (that is, have the same methods, fields, but possibly defined in a different order) by looking only at the IDL files for these interfaces. Is this possible, and if so, is there a utility to do so within Java?
-V
-V