In SP6, we can insert the data into the table using .XSODATA.
I am able to insert the data from POSTMAN following Tutorials shared by Thomas.
If I use the URL in chrome, then it also successfully retrieves the data.
ex: Http://...../amohas97/session/services/InsertOrderId.xsodata/InsertOrderIde('1000000001')
Questions is.. How to insert the data using URL in chrome?
I mean what should be the URL for XSODATA to create a record in the table.
I want to call this URL in SAP UI5 application, so that i can create a record in the table using xsodata.