I would like to pass to my webservice a datetime parameter using Fiddler. If I simply specify the date
it works as expected, however when i add the time
it crashes with the message
Is there any workaround to this? I am using ASP.NET Web Api (target framework 4.5.2). Thank you! |