Hi,
I have an web service which returns DateTime to .NET Client.
How do I handle it if DateTime is NULL?
Because "java.Util.Calender" can take NULL value but .NET System.DateTime can not take NULL value since it is a Value Type.
 
After calling Web Service from .NET Client, if DateTime is NULL, I am getting exception stating
"String was not recognized as a valid DateTime".
 
Please help me to Handle NULL dates from Axis WebService to .NET Client.
 
Amit
 

Reply via email to