I have to convert the date format of a date string which is passed as input to a flow service.
I can either use dateTimeFormat built in service for this.
The concern I have is, date value may not be passed in the input of the flow service always. If no value is passed to the input “instring” parameter of dateTimeFormat service, the service fails at runtime.
When we run this service independently, we can avoid this failure by checking “include empty values for string types” check box.
Is there a way that we can set this value, so that at run time when no date value is passed to dateTimeFormat service, it doesn’t fail instead it returns a blank or null value as output?
Thanks,
Ravi
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods