1 Reply Latest reply on Jul 25, 2008 1:20 AM by ubhole

    How to do XML Transformation using JAXB in FUSE

    jayasreeb

      Hi

       

      I have a requirement of creating and deploying web service in FUSE ESB which accepts XML as input and does some processing with XML and sends back XML as Response.

       

      What are the steps that need to be followed for it?

       

      Is there any existing example available for this?

       

      Pls provide solution as this is on high priority

       

      Jayasree.B

        • 1. Re: How to do XML Transformation using JAXB in FUSE
          ubhole

          Hi Jayasree,

           

          You can write your web service using FUSE Services Framework and use CXF-SE. FUSE Services Framework had XML binding which will accept XML messge and you can also return XML messge back. For JAXB transformation you can do it in implementation of your service.

           

          -- Ulhas