I am trying to create a REST webservice wrapper for existing SOAP based webservices. Has anyone implemented it using JBOSS Fuse? Any pointers appreciated!
Well there is a JBOSS FUSE transformation suite which can be used to map JSON to XML or vice versa.This is part of the JBOSS tools and a link to the tutorial
This can be used along the camel route from the rest webservice to the soap webservice.