The IS and CAF webservice stacks have some sort of mismatch when it comes to handling dates. Whereas those fields may be typed as dates in IS, they’re probably exposed to CAF as strings. In CAF 7.1.x, you can bind the DateInput control’s value to a string, as long as you also set the DateInput’s “valuePattern” property to a pattern that can be used to parse the string. See “http://www.ajax-softwareag.com/articles/N7M0TP/DesignerOnlineHelp/caf_date_input.html”.
I myself don’t know anything about IS, but here’s a suggestion from one of our SE’s about how to alternately handle this on the IS side:
I handled this by having IS return the date as a String, and I set the namespace on the date as w3c…DateTime. When you create the WSC in Designer it properly recognizes the field as a DateTime, so no other controls are required. You need to make sure that you format the date in IS as YYYY-MM-DDTHH:MM:SS.SSS-ZZZZ.
I have also found that when I recreate a WSC in Designer, that I sometimes need to go to the Navigator view and delete the wsdl before I regenerate/recreate the WSC or else it used the old wsdl. Not sure if this was something I was doing wrong, or Designer.
#MWS-CAF-Task-Engine#webMethods#webMethods-BPMS