I have an application based on REST/JSON and I trying to connect it to a SOAP/XML Database. I want to create a translator that takes the rest commands and results and translates into SOAP. So, I can be able to integrate it without having to program my application with SOAP/XML
Question: Is that feasible? Would it take long to do? [