Re: [Dev] Issue with GsonXMLStreamReader in DSS

2019-07-03 Thread Bernard Paris
I just found the POST syntax working : WORKING : {"_post_inscriptions": {"id":"00112233441","my_ref":"00-aa-25678-00112233446", "beginDate": null, "endDate":null }} instead of NOT WORKING (but documented): {"_postinscriptions": {"id":"00112233441","my_ref":"00-aa-25678-00112233446",

[Dev] Issue with GsonXMLStreamReader in DSS

2019-07-03 Thread Bernard Paris
Hi, Sorry I have already posted this problem but since I'm spending hours to not find a solution, here I come again to get some help : Using EI-6.4.0 In DSS: INSERT INTO inscriptions(id, my_ref, beginDate, endDate) values (:id , :my_ref, :beginDate, :endDate )