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
wsimport
I don't know if this was ever solved, but I spent some time googling for a solution to this same problem.
I found a fix here - https://jax-ws.dev.java.net/issues/show_bug.cgi?id=228
The solution is to run wsimport with the -B-XautoNameResolution (no spaces)
-B-XautoNameResolution