I am not sure if there is any difference between Business Transaction or Service Endpoint because when I create one, I get simiilar options related to POJO/Servlet/Spring Bean etc
Anyways, the problem I am facing is below
My application has these kind of urls (defined in spring controller in java)
/service/getdata/car
/service/getdata/house
/service/getdata/insurance
I create a custom Endpoint as House_Servlet and added URI contains /service/getdata/house
But still I see that everything gets reported under /service (i.e.e all the 3 above urls) in Service Endpoints and for house_Servlet, nothing shows up
Is there anything I am doing wrong?
Hi Nvedia,
Given that /service grouped requests are of type Servlet, Can you check the naming of URI is not single segment, if Yes, change to 3 URI segments as referred in attached view.
However for custom rule on URI "/service/getdata/house" not working, can you share screenshots for review with rule config in edit view?