Hi
After installing LAPI_9500_WIN, installation folder is having a folder called webservices. Our Livelink server version is 9.7.0. Those webservices supports livelink 9.7.0?
A quick email to OT support will either tell you Yes/No as well. in case you are a programmer and wanted to do some snooping yourself.
That on its face sounds a little suspicious.LAPI 9.5 was a program to support Livelink 9.5.At that time there was another prod called Live Services which was another kind of webservices based on original lapi.The new CWS or EWS started around 9.7.1
Some quick checks you can do.After you expose the webservice, the technical term for creating a VD,can you call the webservice something like this
http://<webserver>/les-services/DocumentManagement.svc do you see a IE page that says "you have created a service" the new webservices exposes Authentication.svc,MemberService.svc,ContentService.svc,MemberService.svc this is not a exhaustive list somethings you would use in your programming..Also CWS/EWS can work in Tomcat(servlet containers as well)
Then the real check you would do if you do not have livelink builder is you should check the modules directory for existence of files called
C:\LIVELINK\CS10\module\services_10_0_0\ospace
and see service.OLL,docmanservice.OLL etc because these are the real oscript code that makes the EWS/CWS calls work against livelink.
The OLL extension is for a windows livelink.
the 10 means that I am checking CS10 so change that to your version
the architecture of CWS/EWS is complete only if the server side is implemented .
That is how programmers like me would check those.