Hello,
I have a SOAP service, which has 2 datetime fields.
now when the user sends dates trough the soap service, they are interpreted as UTC.
I need them to be CET, so I changed the customsettings config file, and added this :
<add key="WebServicesDefaultTimeZone" value="Central European Standard Time" />
but navision still thinks it is UTC that he recieves trough the SOAP service.
I also changed the personal settings for the webservice user.
is there anything else I should change?
thank you
0
Comments
Check if this can help https://www.w3schools.com/xml/schema_dtypes_date.asp