Page 1 of 1

Does is support BROWSER_URL + BindingType BROWSER based support

Posted: Tue Jan 08, 2019 2:12 pm
by Vishwajeet.p
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

Re: Does is support BROWSER_URL + BindingType BROWSER based support

Posted: Fri Jan 11, 2019 4:03 pm
by agaspa
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