Page 1 of 1

Web services

PostPosted:Tue Sep 30, 2014 12:40 pm
by handinux
hi all
today i build OpenKM from sources and deploy war file into tomcat(tomcat bundle, instead of embedded openkm war file).but when i call "http://localhost:8080/OpenKM/services/OKMAuth?wsdl" in my browser result is : 404 not found.but embedded openkm war file is ok.what is wrong? :(

Re: Web services

PostPosted:Wed Oct 01, 2014 10:34 am
by handinux
Solved! Context path should be OpenKM.

Re: Web services

PostPosted:Thu Oct 02, 2014 10:06 pm
by jllort
I suggest you use one of our SDK, you can get more information at http://wiki.openkm.com, SDK section. SDK provide access for you to rest webservices transparently. We encourage using SDK than WS directly.