質問

i am trying to update the user details in User Information List using web service.

Web service is showing operation completed successfully and there is no error. Still the item value is not updated.

below is the update xml for web service

        <Batch>
            <Method ID="1" Cmd="Update">
                <Field Name="ID"><Entered item id here></Field>
                <Field Name="UserName"><Entered usename here></Field>
            </Method>
        </Batch>

Response is returning above item with details without any error.

Cant we Update the User information List using Web Service?

正しい解決策はありません

ライセンス: CC-BY-SA帰属
所属していません sharepoint.stackexchange
scroll top