This content has been marked as final.
Show 2 replies
-
1. Re: Invoking an already registered ESB service using a different service name and category name
tcunning Jan 31, 2014 4:12 PM (in response to anish.somadevan)Anish,
If you simply want your new service to call the old one, take a look at the SyncServiceInvoker action, or the StaticRouter. Those are two easy ways to have your NewTest123 service call the Test123 service.
-
2. Re: Invoking an already registered ESB service using a different service name and category name
anish.somadevan Feb 6, 2014 6:21 AM (in response to tcunning)Hi Tom,
Thanks a lot.. It worked