Hi,
We have a service which uses the service dateTimeFormat.
The service is hardcoded with ddMMyy as Input format because the other system sending data to webMethods is sending it in this format and the we are converting it to MMddyyyy format.
Now, when we migrated that service to another region, the service is failing because the source system is sending the date in MMddyy format, while we have hardcoded the we will be getting date in ddMMyy format.
Whats are the possible options we have where without modifying to much of code and retest the service in both the environment we can recognize that the date on new system in coming in MMddyy format.
I am happy to modify the dateTimeFormat service but not the service we have written as it will require lot of testing on both envirnment
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services