Reputation: 26422
What webservice call creates folders/directories (and sub directories)?
I looked at the list of methods here (and in the list of calls I retrieved from SOAP_UI/Burp Proxy from the lists.aspm?wsdl file.
I'm looking to programmaticly duplicate the functionality of a user:
Upvotes: 0
Views: 2170
Reputation: 479
You can use Lists.UpdateListItems for this. See http://msdn.microsoft.com/en-us/library/lists.lists.updatelistitems(v=office.12).aspx for examples.
Upvotes: 1