Hello:
My REST service looks like this:
I send the following URL:
http://localhost::9081/contextroot/SIMS/get/2828/1234567890.xml
which has an Accept header of "text/xml"
My view resolver looks like:
I get a 406 response. I've tried to make it as explicit as possible that I want XML returned. Does anybody spot a problem?
THanks
Eric