16 Nov 2022 08:03 AM - last edited on 19 Jun 2023 09:51 AM by Karolina_Linda
We came across a scenario in one of our customer places, where all the failed requests are going to one service and successful requests are going to another. Even though the nature of request is same.
Since service merging is deprecated, how can we merge these 2 services and get the data in one place.
Please suggest.
Solved! Go to Solution.
16 Nov 2022 08:47 AM
I had a similar problem where the successfully requests landed in the correct web service but the failed requests weren't getting that far and where in a web request service. Is that the case for you too?
As you can't merge service types there wasn't a solution IIRC.
16 Nov 2022 09:38 AM
Earlier i was using merged services to merge these kind of services, but now merged services has been deprecated.
16 Nov 2022 10:34 AM
Well you can still merge services, just in a different way via rules.
But as with merged services before, this doesn't work for services of different types, thus my question above.