Hi,
we have a requirement on Oracle fusion ERP to set a specific field to null
this field has a type of LOV
we try to set another attribute that has a type text field to null using soap webservice (xsi:nil="true")
and we did it
but the fields have a type LOV we cannot set it to null using (xsi:nil="true")
in soap UI it returns 200 ok but nothing changes on the screen
any help ?