I have been searching the forums trying to find a way of moving a file to a specific folder in Sharepoint.
I worked out that using the file system task you can plug in the UNC address of the folder as a destination.
Its not working - I was getting an 'access denied' error message - I'm guessing the sharepoint folder requires some sort of access? How can I add this (I don't control the sharepoint folder).
[File System Task] Error: An error occurred with the following error message: "Access to the path is denied.".I also read that you could use a web service so I tried the wsdl command and got this:
D:\Program Files\Microsoft Visual Studio 10.0\VC>wsdl http://spserveraddress/_vti_bin
/Copy.asmx
Microsoft (R) Web Services Description Language Utility
[Microsoft (R) .NET Framework, Version 4.0.30319.1]
Copyright (C) Microsoft Corporation. All rights reserved.
Error: There was an error processing 'http://spserveraddress/_vti_bin/Copy.asmx'.
- There was an error downloading 'http://spserveraddress/_vti_bin/Copy.asmx'.
- The request failed with HTTP status 401: Unauthorized.
If you would like more help, please type "wsdl /?".
So I'm at a bit of a loss here. Any help greatly appreciated.