I am working on a small application, written in C#, that is intended to call a webscript that will search the alfresco database for any files with a specific string in the title, and then return the data on those files (Title and Date Modified are all that is required) into an array. I understand the majority of the tasks required, how to search the files and how to handle the data. I am just unclear on how to connect my application to the alfresco database, and call the webscript.
Any help would be greatly appreciated, thank you.