'WSDL - Java list variable appending with S

While generating the java object from WSDL , for list variable name is coming as books but in element name it is specified as book

maxOccur=unbound

Expected public list book;

Actual public list books;



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source