When using Flash Builder 4 and 4.5 data-centric functionality, the Configure Return Type and Test Operation for WebServices operations don't allow “Date” as an input format.
Change the server-side code to accept date as a string and the appropriate server-side parsing logic.
This issue occurs only when you use xsd:dateTime rather than xsd:date. Server code does not decode a string representation of date (MM/DD/YYYY) for xsd:dateTime. Flash Builder introspects it as date type.
For more information, see bug FB-24640.
Keywords:
cpsid_83150

