Required child object not specified?

Hi All !
I am trying to Load a Data Tru Interactive Interface But icould not it is throwing folloing error :
- <ino:message ino:returnvalue=“0”>
ino:messagelinedocument processing started</ino:messageline>
</ino:message>
- <ino:message ino:returnvalue=“8730”>
<ino:messagetext ino:code=“INOXPE8730”>Required child object not specified</ino:messagetext>
ino:messagelineLine 3, Column 1: Required child object with name @id not indicated</ino:messageline>
</ino:message>
</ino:response>
Pl help me to slove the prob
TIA,
Mangesh

Hi,
you can find the following info in the documentation:
>>
INOXPE8730 - Required child object not specified
Explanation:
An element or an attribute which is defined in the schema as mandatory wasn’t specified in the document.
<<<

So you might have forgotten the attribute “id” in the data. Can you check that?

Regards,
Uli