jeudi 19 mars 2015

Error while creating list item via SOAP-UI



I am trying to add new item to list, this is request



<soap:Envelope xmlns:soap="http://ift.tt/18hkEkn" xmlns:soap1="http://ift.tt/rrg8m0">
<soap:Header/>
<soap:Body>
<soap1:UpdateListItems>
<!--Optional:-->
<soap1:listName> --LIST_GUID_COMES_HERE-- </soap1:listName>
<!--Optional:-->
<soap1:updates>
<Batch OnError="Continue" ListVersion="1"
ViewName="--VIEW_GUID_COMES_HERE--">
<Method ID='1' Cmd='New'>
<Field Name='ows_Date'>03/09/2016</Field>
<Field Name='ows_Type'>TEST</Field>
<Field Name='ows_Title'>0000</Field>
</Method>
</Batch>
</soap1:updates>
</soap1:UpdateListItems>
</soap:Body>
</soap:Envelope>


And this is respond:



<soap:Body>
<UpdateListItemsResponse xmlns="http://ift.tt/rrg8m0">
<UpdateListItemsResult>
<Results>
<Result ID="1,New">
<ErrorCode>0x81020014</ErrorCode>
<ErrorText>One or more field types are not installed properly. Go to the list settings page to delete these fields.</ErrorText>
</Result>
</Results>
</UpdateListItemsResult>
</UpdateListItemsResponse>
</soap:Body>


The error is not very informative. How can identify the issue?








0 commentaires:

Enregistrer un commentaire