I am desperately trying to move a document in a document library from one folder to another (yes, within the same library). All this is needed to be done through web services.
I am using UpdateListItems method with batching XML like this:
<Batch>
<Method ID="1" Cmd="Update">
<Field Name="ID">14</Field>
<Field Name="ServerUrl">personal/blabla/Documents/CT-5/image.jpg</Field>
</Method>
</Batch>
I have tried updating various fields instead of ServerUrl above - none with luck...
Thanks for any hints...