I am in the process of trying to upgrade from Axis 1.1 to Axis 1.3 and have run into an issue with the WSDL2Java functionality.
It seems that there is some unnecessary name collision functionality being fired off that was happening before. The interface name of the port type interface that is generated now is being generated with a _PortType extension. There is no class name collision so this shouldn't be happening. 1)Has anyone else experienced this? 2)Is this a known bug? If so I'm having trouble locating it in the axis bug tracking site. It may be a REAL old one that I'm just not finding? 3 )Is there a convenient way to turn this off without having to force it off by using the -N namespace mapping option?(this seems to be causing other problems). We were just using the -p option and we had one package name for this generated client code and this worked fine with axis 1.1.
