xs:dateTime parse error
I am receiving XML messages from third party on the web services, but it is giving an error while formatting the date element in the XML message. The input date is of the format is 20100607121817AS ('YYYYMMddTHHmmss)and the xsd expects format 'YYYY-MM-ddTHH:mm:ss'. How will I resolve this issue or convert to required format? What options do I have? Please find the below error message.
The test was not run. Invalid input arguments for the following fields:
datetimeupdatestamp dateTime value required. xsd:dateTime format is 'YYYY-MM-ddTHH:mm:ss'
Thanks