We have a ASP.NET Web application. We want to use SharePoint document library for Documents Management and archival. We are new to Sharepoint. We have a sharepoint admin team asking for the details of tasks they need to do integrate with ASP.NET. We are maintaining user level permissions in ASP.NET. Please clarify me on the following points:
Can we connect to Sharepoint using its WebServices? We don't want to consume using Sharepoint Object Model which needs installation in ASP.NET WebServer. We want to upload,checkin,checkout,delete and download using webservice.
Can we ask Sharepoint Admin to create one root level folder and a user for our application using which we can upload document using WebService? We will restrict permissions using our ASP.NET application.
Asking them to archive documents periodically. Does this require any workflow or just a configuration from Sharepoint Admin?