Hello all,
I have a requirement where through Web Services I have to display the heirarchy of folder structures in a tree view kind of a thing(like in the sample code), and then when the user traverses to a document and clicks on the document and new browser should open and display the document in it, without again asking for the authentication. This is the same thing which happens through livelink when we select any document and click on Open button, it displays the document in a browser. I have taken the URL from Livelink and generating the same URL through my java code, putting in the id and document name:
http://bg-bim-cs10/otcs/livelink.exe/17732/ECM Capability Model v5_dgw.pptx?func=doc.Fetch&nodeid=17732
The URL in Livelink and the one through my code comes like this. But the problem is that through my java code, it is prompting me for a login screen of Livelink. Can somebody suggest how can i directly open the document without asking for the credentials. Because the user is already logged in through the Java application, so he wont prefer to enter the password again and again.
Thanks.