I need to create a simple folder in a document library in SharePoint, but I can't seem to find a scrap of documentation on the subject.
The dws webservice seems to be used to create physical folders in a workspace, I need a way to create a folder in a document library.
Not sure what to do , please help
This is the code for similar request in JAVA using apache HttpClient
Code to create the httpClient and call the makeFolder Function
I've done some work with the Web services but I can't find any code that creates a folder. However, I have code that copies files from a network share to an existing folder in a SharePoint document library using UNC paths. It uses System.IO.File - perhaps you could use that technique to create a folder?
I know this is a pretty old question, but in case someone else finds it, this is how I've done it:
I was using silverlight, which is why I used upload string async, but this can be done other ways with the same http post method
Created folders in sharepoint by using Document Workspace Web Service (Dws). Works great.
I found this method to work :