Scott Kurz wrote:
One more detail that might be relevant is the fact that the POJO/bean type and the interface (and therefore wrapper) type are in different packages. I seem to remember this in certain cases in the past mattering.
This seems to be an important detail. The 1.x itest wsdlgen-verify has a test for a POJO type in the same package as the interface, and this works OK with the 1.x trunk. I extended this test case to use a POJO type in a different package from the interface type and this generated incorrect WSDL (the other package was ignored and the XML type for the POJO was generated in the interface package). I'll try to figure out what's causing the other package to be ignored in this case. Simon
I'd been wondering whether it was better to open a new JIRA or re-open a 1.x JIRA; sorry for going quiet there.... Scott
