2 Replies Latest reply on Feb 6, 2014 6:21 AM by anish.somadevan

    Invoking an already registered ESB service using a different service name and category name

    anish.somadevan

      Hi,

       

      I have few registered ESB services with their appropriate service and category names. But now am in need of changing the service name and category name for these services in the jboss-esb.xml . Though i change the service and category names, i want the Service invoker to pick the already available registered service instead of registering a new ESB service with the updated service and categiry name.

       

      Example:

       

      Previous:

      <service category="TestAdapter" description="Testing service"

         name="Test123" invmScope="GLOBAL">   -> Calls an ESB service Testing1

       

      After Modifying with new names,

       

      <service category="newTestAdapter" description="New Testing service"

         name="NewTest123" invmScope="GLOBAL">  --> Want this also to call ESB service Testing1

       

       

      Can you please help me on how to implement this?

       

      Thanks ,

      Anish