Hi,
I have been using the webrefernces.jar (obtained from the treeview example) in my coce to build my service client. Everything works fine.
As a practice, now I want to re-generate the proxy classes myself using wsimport tool. After issuing wsimport to various wsdls (as below). Comparing to the contents of the webreferences.jar (see attached image: webreferences.jpg), I could see that I have generated every classes except the classes in the package com.opentext.ecm.service.authws.*, for instance following class com.opentext.ecm.services.authws.Authenticate is not there in my proxy classes (nor did the package itself) (see myreferences.jpg).
I am wondering why and what I need to do to re-generate the webreferences.jar.
my wsimport commands:
wsimport -d . http://localhost:38080/les-services/services/Authentication?wsdl
wsimport -d . http://localhost:38080/les-services/services/DocumentManagement?wsdl
...
Thank you,
--Yang