mottykohn

Results 8 comments of mottykohn

Didn't see that because I'm on option.useUTC=true. Should I fix by ``` if (!(value instanceof Date)) { value = Date.parse(value); if (!options.useUTC && !isNaN(value)) value = new Date(value + new...

I'm using mssql.recordset.toTable() function - I guess I could try to loop over columns and switch all date* columns to Varchars, Just not sure how easy that is to reassign...

I have exact problem with https://aodws.attendanceondemand.com:8192/cc1.aew/wsdl/IAeXMLBridge Works with Web Reference and exact RPC message as above when I try in core

@mconnew Thanks for working on this! Here are 2 calls. Nothing sensitive here. Let me know if you need more or a specific call. ``` c# code: cc1.ClientServerDateTime(); c# code:...

@mconnew @StephenBonikowsky I'll try sometime beginning next week and post. I have some deadlines to meet by the end of this week. Sorry, and thanks for helping!

So I tried but it did not help. @mconnew @StephenBonikowsky. Error msg System.InvalidOperationException: 'The operation 'appendEmployeeGeoPunchByIDNum' could not be loaded because it specifies \"rpc-style\" in \"literal\" mode, but uses message...

@jbermudezcabrera Nope, I am running old .NET 4. I tried a couple of times to get back to it but could not figure it out.