0 down vote favorite Hi All, I am trying out wsdl generation with the help of the wsgen tool. I have endorsed jaxb-api.jar and jaxws-api.jar files. I have a library TestTo which has TestingTo class AS public class TestingTo implements Serializable{ public String name; } This TestTO library is included in webservice project. My WebService is as below- @WebService() public class ...