1 Reply Latest reply on May 24, 2012 8:18 AM by gertv

    configuring dynamic endpoints for all services

    dhsingh07

      We are using fuse esb and want to expose a common endpoint for all client requests

      and then the fuse esb will delegate the request to the corresponding service:

       

      e.g.  client1 sends a request for addition service with url http://localhost:8181/esbendpoint/addSer/add along with the SOAP message.

            client2 sends a request for deletion service with url http://localhost:8181/esbendpoint/delSer/del along with the SOAP message.

            

            where addSer service is http://localhost2:9191/AddService?wsdl

            and delSer service is   http://localhost7:9192/DeleteService?wsdl