Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How to get LLCookie in a Servlet?
T-Systems_Administrator
We have written a Servlet to connect to a LiveLink Server. The code is as following: config = (new LLValue()).setAssocNotSet(); config.add("LivelinkCGI",new LLValue( "/livelink_en/livelink" )); config.add("VerifyServer",LLValue.LL_FALSE); config.add("HTTPUserName",new LLValue(username)); config.add("HTTPPassword",new LLValue(pw)); config.add("HTTPS",LLValue.LL_TRUE);session =new LLSession(host,port,cookie,config);It works but we do not know how to get the string cookie back. In LAPI documentation is only an example for Applet.Any help is appreciate,Best ragards,
Find more posts tagged with
Comments
There are no comments yet