Standard Publisher Sales Order Service:JP420000 :Issue with Order Date
i) The format of the date used to pass to the Standard service JP420000 (processSalesOrder) is dd-mm-yy in the XML field <dateOrdered>. For Example If I supply: 12-11-2017
ii) The Test is done using SOAP UI.
So in the Above case a Sales order gets created, BUT with the current date. Example: 13-11-2017.
Why is the system taking current date for creating sales order ? Why not the date passed in the XML field <dateOrdered>
I have Attached the SOAPUI and Table screenshots for reference.