Skip to main content
Hello,

I am trying to use the CreateListItem webmethod from the K2SPSList WS. However, I do not know the format I need to use for the xmlListItems parameter when adding to the list.

Thanks.
Dave@Bosch
Hi

The xmlListItems parameter must be in format :

<ListItems>
<ListItem Name='ItemName' Description='DisplayValue'>The Value</ListItem>
</ListItems>

The description is used for the display value if it is a Hyperlink ListItem.
List item is a repaeting node.

Regards.

Reply