hi
i was make web application connected by sharepoint 2010.
I try to delete some ppt file in sharepoint, but soap has return success.
But UpdateListItems Methods is not working espetially FileRef has character '+'
There are not any error messages.
How to delete file, has special characters (+), in sharepoint subDocument?
here is my xml samples.
<MethodID="1" Cmd="Delete">
<FieldName="ID">246</Field> //itemId in sharepoint
<FieldName="Field_Name">/sites/test01/abcd/aa+123.ppt</Field>
</Method>
==> aa+123.ppt file did not deleted.