Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.2.5
-
Fix Version/s: None
-
Component/s: Generator
-
Labels:None
-
Environment:Currently running java 1.5.06 on Windows Xp Sp2. Problem has been reproduced with both 1.2.4 and 1.2.5.
-
Number of attachments :
Description
When generating code using WsGen from the command line, we are seeing classes generated that have getter methods, but no setter methods. I have attached WSDL that can reproduce this problem. To reproduce the problem, generate the client code using WsGen. The setter method is missing from the following classes:
ListOfAnotherSampleObjects - missing setAnotherSampleObject(List<AnotherSampleObject> newList);
AnotherSampleObject - missing setAliases(List<JAXBElement<String>> newAliases)