Search code examples
jbossjbossfusefuseesb

Creating a wrapper REST service for a SOAP webservice using jboss FUSE


I am trying to create a REST webservice wrapper for existing SOAP based webservices. Has anyone implemented it using JBOSS Fuse? Any pointers appreciated!


Solution

  • 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

    XML_TO_JSON Tutorial

    This can be used along the camel route from the rest webservice to the soap webservice.