Jeffrey's Blog

.Net Developer
posts - 19, comments - 23, trackbacks - 0

My Links

News

Archives

Post Categories

March 2008 Entries

Sharepoint Lists.asmx UpdateListItems: Root Folder
The RootFolder attribute on the Batch element controls the folder of the item. This can be used to access a sub-folder. The structure is Lists/list/folder where folder is optional. For example, if the list being updated is Contacts and there are two sub-folders Work and Personal. To update an item in the Contacts list: <Batch OnError="Continue" PreCalc="TRUE" ListVersion="0" RootFolder="/Lists/Contacts... <Method ID="1" Cmd="Update"> <Field Name="ID">47821</Fiel... <Field...

Posted On Friday, March 14, 2008 11:51 AM | Feedback (11) | Filed Under [ Sharepoint ]

Sharepoint WSS 3.0: Lists.asmx Error Codes
Just some notes relating to error codes received during Sharepoint integration using the UpdateListItems method of the lists.asmx service. A value in the update for a column exceeded the maximum column size. <ErrorCode xmlns="http://schemas.micro... text value A text field contains invalid data. Please check the value and try again.</ErrorText> A column to be updated was passed in that did not exist. <ErrorCode xmlns="http://schemas.micro...

Posted On Thursday, March 06, 2008 2:59 PM | Feedback (1) | Filed Under [ Sharepoint ]

Powered by: