I\'m trying to generate a client for some SOAP web services using the JDK 6 tool wsimport.
The WSDL was generated by a .NET 2.0 application. For .NET 3.X applicatio
You are possibly generating all the classes from the WSDL file in the same package. If that is the case, try specifying a different target package for each WSDL file with the -p option of wsimport.