Hi,
I work on a front end web page connecting to livelink and using services provided by OT under RAD 7.0 and WAS 6.1.
I deployed the following wsdl files
. AdminService
. Authentication
. Collaboration
. ContentService
. DocumentManagement
. MemberService
. SearchService
. WorkflowService
. XmlService
I can authenticate the user by using "String authToken = new Authentication_PortTypeProxy().authenticateUser(form.getLogin(), form.getPassword());"
It works but then I don't know what to do with the generated token in order to call the other services.
I try to set the SoapHeader with the token, etc as in the documentation by not sure how... (I may have some issue by casting in WSBindingProvider).
Thank you for your help.