Hi all..
I have a WebMethod with a parameter defined as DateTime. When I call that
webservice, I get this error:
System.FormatEx ception: The string '07/24/2005' is not a valid AllXsd value.
It seems that dates aren't recognized. I tried using several date formats,
for example, dd/mm/yyyy, mm/dd/yyyy, yyyy/mm/dd, and so on, without success.
Any help woud be greatly appreciated,
Thanks
Jaime
I have a WebMethod with a parameter defined as DateTime. When I call that
webservice, I get this error:
System.FormatEx ception: The string '07/24/2005' is not a valid AllXsd value.
It seems that dates aren't recognized. I tried using several date formats,
for example, dd/mm/yyyy, mm/dd/yyyy, yyyy/mm/dd, and so on, without success.
Any help woud be greatly appreciated,
Thanks
Jaime
Comment