Hi,
I was wondering what is the proper way to add the RecordsManagement service so I'd be able to use it's methods on my .NET project?
As far as I know RecordsManagement.svc and it's DLL file are not located at the folder :
OPENTEXT > WEBSERVICES > DOTNET > CWS / bin
So I'm not able to add it to my project like other services such as DocumentManagement.svc, ContentService.svc and so on…
The solution that I know involves copying the .svc + .dll files to the proper location and also editing the web.config file and editing all the RecordManagement nodes and then restarting the IIS.
Is this the only solution for that? Or I'm missing something.
Thanks.