Does is support BROWSER_URL + BindingType BROWSER based support

LogicalDOC has many interesting features, but requires some configuration process to show its full potential.

Moderator: car031

Vishwajeet.p
Posts: 1
Joined: Tue Jan 08, 2019 1:36 pm

Does is support BROWSER_URL + BindingType BROWSER based support

Tue Jan 08, 2019 2:12 pm

Hi,
I tried rest based communication with help of bellow java code
SessionFactory factory=SessionFactoryImpl.newInstance();
Map<String,String> parameter=new HashMap<String,String>();
parameter.put(SessionParameter.USER, "admin");
parameter.put(SessionParameter.PASSWORD, "****");
parameter.put(SessionParameter.BROWSER_URL, "http://ip:port/service/cmis");
parameter.put(SessionParameter.BINDING_TYPE, BindingType.BROWSER.value());
parameter.put(SessionParameter.REPOSITORY_ID, "4");
Session session=factory.createSession(parameter);

It actually works with atompub but not with browser binding
I tried with 8.0 version anything i missed out
or does it support in version 8.1
agaspa
Posts: 714
Joined: Tue Apr 20, 2010 8:24 am

Re: Does is support BROWSER_URL + BindingType BROWSER based support

Fri Jan 11, 2019 4:03 pm

Hi Vishwajeet.p,
as far as I know the CMIS implementation in LogicalDOC supports atompub,
as for the other types of bindings I don't know...
https://chemistry.apache.org/docs/cmis- ... index.html

It's a lot that does not change, so version 8.1 and 8.1.1 should be identical to 8.0

Return to “Configuration”

Who is online

Users browsing this forum: Google [Bot] and 10 guests