Forum Discussion

lwakeman's avatar
lwakeman
New Contributor
12 years ago

Passing nullable datetimes

I'm working in SOAPUI 4.5 Beta 1. I have a web service created in c#.Net 4.0 WCF. My data contract datetime properties are defined as nullable - i.e. public datetime? property { get; set; } - note ...