3 Replies Latest reply on May 26, 2009 9:34 AM by ubhole

    How to plug-in web service of legacy system through FUSE?

    amol_netake

      How to plug-in web service of legacy system (which using java, soap) through FUSE?

      Please describe in detail

        • 1. Re: How to plug-in web service of legacy system through FUSE?
          ubhole

          Can you give some more details on what the legacy system is doing? Is it acting as consumer/client or Service? If it is sending/receiving SOAP 1.1/1.2 compliant message I don't see any problem it talking to FUSE Services Framework Client or Service whichever is applicable.

           

          Ulhas

          • 2. Re: How to plug-in web service of legacy system through FUSE?
            amol_netake

            My Legacy system is developed using JAVA/J2EE and it supports sending/receiving SOAP 1.1/1.2 compliant message. I can develop and deployed web service on legacy system. But I?m new for Fuse so not getting pointer how to start develop and plug-in the web service from FUSE to my legacy system.

            I saw demo and Fuse deployment guide but didn?t find any information regarding how to plug-in legacy system web service through FUSE?

            Can u describe with detail?

            Suppose my legacy system sending SOAP complaint massage to FUSE.

            1. How to develop web service in FUSE Framework and Deployed on Fuse ESB?

            2. What are the configuration require in FUSE when I want to expose my FUSE web service to some another legacy system?

            • 3. Re: How to plug-in web service of legacy system through FUSE?
              ubhole

              Suppose my legacy system sending SOAP complaint massage to FUSE.

              1. How to develop web service in FUSE Framework and Deployed on Fuse ESB?

              2. What are the configuration require in FUSE when I want to expose my FUSE web service to some another legacy system?

               

               

              Depending on what your legacy system is doing you can either have:

              1. you can have your SF service implementation as external to FUSE ESB in which case flow would be like legacy system ==> CXF BC ==> CXF SE ==> external FUSE SF service.

              or

              you can have SF service implementation in FUSE ESB itself in CXF SE

              2. If you are expecting FUSE ESB to be mediator and SF calling onto your legacy system you can have flow like consumer/client ==> CXF BC==>CXF SE ==> legacy service.

               

              you can have a look at samples in FUSE ESB installation related to CXF.

               

              Ulhas