Hi Esko,
By default, the AppDynamics auto-detection naming scheme identifies all WCF transactions using the service name and operation name:
ServiceName.OperationName
For example, a web service for a travel website books reservations from client front ends: "TravelService.BookTravel". For more details, you can refer to the below section and document
Automatic Naming for WCF Transactions
https://docs.appdynamics.com/display/PRO45/WCF+Entry+Points
From the following details "Problem is that all wcf calls are displayed under two or three call like RESTService.JsonRequest()".Looks like RESTService is a service name and JsonRequest is a method name and from the following sentence "there is a lot of calls with different URL", Are you trying to access or invoking this WCF service from different asp.net applications URL? If yes, do you see the different BTs for those application's URL and Exit call?
OR, there are different -2 WCF URLs in which you have the same Service name and Method name? Could you please confirm.
Also, if you do not want to identify service as WCF service and want to identify as an asp.net URL and transaction, you can disable the WCF Transaction Monitoring Enabled and Discover Transactions automatically for WCF requests. For reference see the attached screenshot.
Let us know if you have any question.
Thanks,
Ashish.
... View more