i have a soap message but i am always getting error ""Update" operation failed for object: [SampleJson] [id =null] PROPERTIES [a_content_type=pdf|object_name=SampleJson]. Update failed. Root object does not have an Id. For a succesful update root object should exist. Update failed. Root object does not have an Id. For a succesful update root object should exist."
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>
<ServiceContext xmlns="http://context.core.datamodel.fs.documentum.emc.com/" xmlns:ns2="http://properties.core.datamodel.fs.documentum.emc.com/" xmlns:ns3="http://core.datamodel.fs.documentum.emc.com/">
<Identities repositoryName="...." userName="...." password="...." xsi:type="RepositoryIdentity" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
</ServiceContext>
</soap:Header>
<soap:Body>
<ns8:update xmlns:ns2="http://properties.core.datamodel.fs.documentum.emc.com/" xmlns:ns3="http://core.datamodel.fs.documentum.emc.com/" xmlns:ns4="http://content.core.datamodel.fs.documentum.emc.com/" xmlns:ns5="http://query.core.datamodel.fs.documentum.emc.com/" xmlns:ns6="http://profiles.core.datamodel.fs.documentum.emc.com/" xmlns:ns7="http://rt.fs.documentum.emc.com/" xmlns:ns8="http://core.services.fs.documentum.emc.com/">
<dataPackage>
<ns3:DataObjects type="dm_document">
<ns3:Identity repositoryName="...."/>
<ns3:Identities valueType="OBJECT_ID" repositoryName="edcms">
<ns3:ObjectId id="........"/>
</ns3:Identities>
<ns3:Properties isInternal="false">
<ns2:Properties isTransient="false" name="a_content_type" xsi:type="ns2:StringProperty" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns2:Value>pdf</ns2:Value>
</ns2:Properties>
<ns2:Properties isTransient="false" name="object_name" xsi:type="ns2:StringProperty" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns2:Value>SampleJson</ns2:Value>
</ns2:Properties>
</ns3:Properties>
<ns3:Relationships name="folder" targetRole="parent" xsi:type="ns3:ReferenceRelationship" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns3:Target repositoryName="......." valueType="OBJECT_PATH">
<ns3:ObjectPath path="/POC"/>
</ns3:Target>
</ns3:Relationships>
<ns3:Contents pageNumber="0" xsi:type="ns4:DataHandlerContent" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ns4:renditionType xsi:nil="true"/>
<ns4:Value>eyJMaWNlbnNlX1BsYXRlX051bWJlciI6eyJOIjoiMjAwMCJ9LCJTY2FuX0RhdGVfVGltZSI6eyJTIjoiMjAxNi0wNS0yNFQxNTo1ODo1Ni43NTAtMDQ6MDAifSwiVHJhaW5fTnVtYmVyIjp7IlMiOiIyOSJ9LCJUcmFpbl9PcmlnaW5fRGF0ZSI6eyJTIjoiMjAxNi0wNS0yNCJ9LCJQTlJfTnVtYmVyIjp7IlMiOiI1TkZHOFkifSwiUGFzc2VuZ2VyX05hbWUiOnsiUyI6IlNoZXBwYXJkLFdpbGxpYW0ifSwiVGlja2V0X051bWJlciI6eyJTIjoiMTIzNDU2Nzg5MDEyMzQ5OTkifSwiVHJpcF9PcmlnaW5fRGF0ZSI6eyJTIjoiMjAxNi0wNS0yNCJ9LCJTY2FuX0xvY2F0aW9uIjp7IlMiOiJXQVMifSwiU2Nhbl9Mb2NhdGlvbl9HcHMiOnsiUyI6IjQ3LjY1NjcyMCwtMTE3LjQxNTQ1NSJ9LCJTY2FuX1R5cGUiOnsiUyI6IkxvYWQifSwiU2Nhbl9Vc2VyIjp7IlMiOiJTY2FubmVyLEpvc2VwaCJ9LCJPcmlnaW4iOnsiUyI6IldBUyJ9LCJEZXN0aW5hdGlvbiI6eyJTIjoiU0VBIn0sIlRpY2tldF9TdGF0dXMiOnsiUyI6IkFjdGl2ZSJ9LCJXZWlnaHRfSW5fUG91bmRzIjp7IlMiOiI2Ny4xNSJ9LCJUcmFpbl9JZCI6eyJTIjoiMjlfMjAxNi0wNS0yNCJ9LCJCYWdnYWdlX1RyYW5zZmVycyI6IHsiTCI6W3siTSI6eyJUcmFuc2Zlcl9Mb2NhdGlvbiI6eyJTIjoiQ0hJIn0sIlRyYW5zZmVyX1RyYWluX051bWJlciI6eyJTIjogIjcifSwiVHJhbnNmZXJfVHJhaW5fT3JpZ2luX0RhdGUiOnsiUyI6ICIyMDE2LTA1LTI1In0sIlRyYW5zZmVyX1RpY2tldF9OdW1iZXIiOnsiUyI6ICIxMjM0NTY3ODkwMTI2NjY2NjYifX19XX19</ns4:Value>
</ns3:Contents>
</ns3:DataObjects>
</dataPackage>
</ns8:update>
</soap:Body>
</soap:Envelope>