W
wakeup
I'm developing a .net client, It acces to a java (axis) web service.
The web service, return dates in a object in GMT by example:
2006-07-13T12:10:22.000Z
But, by default, the proxy class generated in my .net client don't
understand of timezones and don't parse it to my timezone. How can I do a
custom deserialization?
Thanks in advance
The web service, return dates in a object in GMT by example:
2006-07-13T12:10:22.000Z
But, by default, the proxy class generated in my .net client don't
understand of timezones and don't parse it to my timezone. How can I do a
custom deserialization?
Thanks in advance