문제

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