AFAIK ASMX uses .NET serialization and DateTime format (serialization
included probably) changed from 1.x to 2.0 (from a CLR perspective). This
may be the cause to the issue you're seeing.
Tiago Halm
> Does anyone know why an ASP.NET web service considers this to be invalid
> xml:
[quoted text clipped - 59 lines]
>
> Peter
Peter Laan - 28 Mar 2008 16:58 GMT
But I get an error even if both the client and web service is running .Net
3.5. It's easy to avoid the problem by sending some other value than
DateTime.MaxValue though. So it's not a big problem, I'm just curious.
Peter
> AFAIK ASMX uses .NET serialization and DateTime format (serialization
> included probably) changed from 1.x to 2.0 (from a CLR perspective). This
[quoted text clipped - 11 lines]
>> this also works:
>> <endTime>2008-03-21T00:00:00</endTime>