cancel
Showing results for 
Search instead for 
Did you mean: 

Create Folder using WebDAV MKCOL method??

Former Member
0 Kudos

I am trying to use the WebDAV MKCOL method to create a folder in KM in C#. The code works on a WebDAV folder on IIS. But on KM It gives me 405 Method can not be executed. I am sure that the folder I am trying to create does not exist in KM.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

This likely means that either WebDAV access is disabled, or that you're using an incorrect URL.

Trace?

Answers (1)

Answers (1)

Former Member
0 Kudos

I was able to access the parent folder by mapping it to my network places in windows explorer and I can create a folder under parent folder http://myserver.myco.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/ from the windows explorer. But the same URL does not work wehn I use it in the code. I guess if I am able to access it in windows explorer then WebDAV should be enabled right. I will try to get a trace...