Me and my partner have to develop a system to upload and manage files on a Sharepoint Server.
To do this we have to create an application that can accsess a specific directory/file library on the Server (where the documents will be stored) to do this we want to use the method using SOAP (Web Service Method). My partner has already started with the project and got the Server to respond but it just doesn't seem like the right/easiest way to do, also I'm not really a big help since i have no experience with Sharepoint and Web Services especially SOAP.
What I know so far is basically only how i can access the _vti_bin with the WebServices list and that's pretty much it I've checked multiple projects that other people did but most of them are using the Sharepoint.Client.dll reference which isn't available for us.
Problems that we have encountered:
Access denied for user Anonymous.
No Access to the Client.dll and other DLLs stored on the Server.
We have:
no access to the Server
Visual Studio 2010
Sharepoint 2007
Help is very much appreciated and very much needed :)