Error while updating list value in Agile PLM by using web services
I am using below code to update list value in agile PLM.
<soapenv:Envelope xmlns:xsi="http://xmlns.oracle.com/AgileObjects/Core/Common/V1" xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Body>
<updateObject>
<request>
<requests>
<classIdentifier>Assembly</classIdentifier>
<objectNumber>P00125</objectNumber>
<data rowId="0">
<itemCategory xsi:type="AgileListEntryType" attributeId="1082">
<selection>
<id/>
<apiName/>
<value>Device</value>
</selection>
</itemCategory>
</data>
</requests>
</request>
</updateObject>
</soapenv:Body>
</soapenv:Envelope>
I am using SOAP UI to update value.But i am getting below error.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns0:Fault xmlns:ns1="http://www.w3.org/2003/05/soap-envelope