I have used sample code for exploring web services of sharepoint to create folders and list and upload documents. First i have tried to create a floder. Its creating folder in my central administration site always. How can i create the folder inside my newly created site collection, e.,g. My site collection is http://localhost:89/sites/60/ --- on which i want to create a folder. but it is always creating folder under central admin site. -- http://localhost:81/
I also tried to give absolute url as parameter folder name in method DwsCreateFolder(string FolderUrl) but it is not taking full url here.
Can anyone help me out.
Thanks in advance.