I have a SP (2007) doc lib with several custom properties, including a couple with properties that are limited to the values in a sharepoint list. When I use SP Web Services to retrieve the properties, many of them are bound up inside strange delimeters, with (I assume) the ID number of the SP list item as well as the item itself. I've learned to parse these things out operationally.
Now, I need to post revisions (again, using SP Web services.) Before I start, do I need to also enclose the "ows_..." properties inside various delimeters ("#" is popular) and include the IDs, etc? I could just try it, but I'm hoping someone knows offhand.
Thanks in advance.