I have a Spring Rest Controller, that accepts request as Xml. This is the sample request format coming in.
This has been resolved. My bad that I imported the following from my gradle file.
compile('com.fasterxml.jackson.dataformat:jackson-dataformat-xml')
So by removing this from build.gradle, everything works as expected!