cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

custom wcf match rule with url

Hello,

 

We are having trouble getting wcf calls arranged according to url. All transactions go under one call like RESTService.getRequest.

RESTService.getRequest.jpg

When I open that transaction, I can find shapshots according to url like this:RESTService.getRequest_url.jpg

 

How can I make a wcf match rule so, that I could see wcf transactions in the transaction list according to that url?

 

With regards,

 

Esko Jaakkola

2 REPLIES 2

Radhika.Puthiyetath
AppDynamics Team (Retired)

Hi @Esko.Jaakkola

 

Have you looked at the WCF Entry Points documentation? The Custom Match Rules for WCF Transactions  and Custom Match Rule cover the information you are looking for.

 

Let us know how it goes or if you have still problem configuring.

Hello,

 

We are trying to use that configuration key:

enable-soap-header-correlation

but we are not shure where to it should be placed. Is that right:

<app-agent-configuration>
<configuration-properties>
<property name="enable-soap-header-correlation" value="true"/>
</configuration-properties>
</app-agent-configuration>

 

Can we place it to here:

<app-agents>
<windows-services>
<windows-service name="UTUImportIntCore_HT" controller-application="UTU CWAR">
<tier name="Internal Backend"/>
</windows-service>