https://github.com/dderevjanik/wsdl-tsclient/blob/16ff043a9a3c33cb5cf8d18ea1790410c0c7fc7a/src/parser.ts#L44-L45 This is correctly typing the interfaces with `Date` but the actual values are passed as string, We need to wrap the values with `new Date(wsdl-value)`