Hi all,
I have the following problem.
I want to call a web service that have a datetime element(xsd:dateTime). In VC it appears as D field.
When I fill it with a date , the web service is called with the date I have filled in(and returns an exception), but I need the time too.
So, When I try to fill the date field with a string representing a dateTime ("2001-10-26T21:32:52") I see in the log, that the date field is not filled in and null is sent with the request.
Does anyone know how can i use this type in a VC application?
I use VC 7.1 on CE 4. In the master guide it is written that the DVAL(@TIME_FIELD,XML) can be used, but I get an expression error that I have too many parameters.
best regards,
v s
Edited by: v s on Sep 5, 2008 11:03 AM