You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

response for getDataNode is

{
   "bookstore-name":"Chapters",
   "categories":[
      ...
   ]
}


But we send this body when creating/updating DataNode (i.e. its wrapped using module information)

{
   "bookstore":{
      "bookstore-name":"Chapters",
      "categories":[
         ...
      ]
   }
}
Solutions



Populate the schema_node_id variable in the fragment table which would equate to the schemaSetName variable in the DataNode class/object.



Obtain the schema node from the xpath of the queried node. Node xpath will be 








  • No labels