IBM DataPower doesn't support Pega Date and DateTime
When we connect to webservice through IBM DataPower, service was failed because DataPower only accept Date format "YYYY-MM-DD" and DateTime format "YYYY-MM-DDThh:mm:ss", it requires Pega to convert to these format in request XML. But in Data Transform, if we set the formated time to Pega Date and DateTime property, it caused runtime error said like "YYYY-MM-DD" is not a date. Is there any solution?
If we can create Text properties instead of Date/DateTime for service input?