views:

38

answers:

0

Hello All,

I have a requirement in my webpart wherein I have to insert large set of items in a SharePoint list. I made use of the batch insert methodology in order to achieve this.

However, this never inserts the items into the list. Here is my XML which contains the items to be inserted in batch

<?xml version="1.0" encoding="UTF-8"?><Batch><Method><SetList Scope="Request">e6cabfb6-8735-428c-b78f-a7c3b9392545</SetList><SetVar Name="Tag">StackOverFlow</SetVar><SetVar Name="UserName">Raghuraman V.</SetVar><SetVar Name="Date">7/27/2010 11:27:45 PM</SetVar><SetVar Name="Cmd">Insert</SetVar></Method></Batch>

Regards, Raghuraman.V