Hi,
Is there any way to detect/custom entry point based on the XML payload request, not by the URI or the parameter which received by application?
Request 1:
Request.ASPX
<Name>TransferFund</Name>
<Sender>NYC</Sender>
<Receiver>NYC</Receiver>
<Amount>NYC</Amount>
Request 2:
Request.ASPX
<Name>BalanceInquiry</Name>
<AccNo>1111111</AccNo>
for example if the <Name> == "TransferFund" then its a BT for Transfer Fund
else if <Name> == "BalanceInquiry" then its a BT for Balance Inquiry Request
Hi Andreas,
We see the feature referred in doc is supported for JAVA agents for Servlet entry points as of now https://docs.appdynamics.com/display/PRO40/Identify+Transactions+by+XML+Payload, unless i am wrong the requests you are referring looks .NET ASP.NET type and i do not see such split options as of now for .NET entry points in controller UIi under Configure -> instrumentation -> transaction detection scree, Hope that answers your query