Hi,
I have another issue now:
The data I am trying to POST(Create) is of this structure:
{
"Notifno": "1022015",
"Ordertype": "ENS1",
"NotificationAppItems": [{
"Material": "C00004"
},
{
"Material": "C00005"
}]
}
Basically which is a one to many relationship, right?
According to the blog below deep inserts are supported only from SP08 and entity related must not be in a one to many relationship.
http://scn.sap.com/docs/DOC-58063#deepinsert
So when I am trying to do a POST, the data sent by Kapsel is not in Structure required by the services. And throws the following error:
{"Notifno":"1022005","Ordertype":"ENS1"} {"error":{"code":"CX_SXML_PARSE_ERROR/001560AA0E081DEB8CA398D5EBFB9406","message":{"lang":"fr","value":"Erreur lors de l'analyse d'un flux XML : 'BOM / charset detection failed'"},"innererror":{"transactionid":"5F6F0CE5DBD1F11B80C3005056882A6A","timestamp":"20150606171340.6060000","Error_Resolution":{"SAP_Transaction":"Run transaction /IWFND/ERROR_LOG on SAP NW Gateway hub system and search for entries with the timestamp above for more details","SAP_Note":"See
SAP Note 1797736 for error analysis }
Maybe there is a work around for this??
Regards
Vaibhav