09 May 2020 02:25 PM
Hi all ,
Think that there is a web service that is based on SOAP, and there are many methods in it. How can i see response times of these methods ?
Best Regards
Solved! Go to Solution.
09 May 2020 03:03 PM
Hi @Mevlut S.
Soap actions are actually appears as request headers.
Create request attribute on request header soap and you will be able to filter the web requests by the different soap actions.
More information you can find in Capture request attributes based on web request data
HTH
Yos
09 May 2020 03:12 PM
can i set the response time threshold of this method , after the creating request attribute ? I want to describe shortly why i want this, because too much problems are occurred on this services related response time. There are two methods in this service, let say one is getPdfFile and another is getMultiplePdfFile. response time problems occurs relly on multiplePdfFile actions not single pdfFile actions. Because of that i want to set threshold only getMultiplePdfFile methods.
Thanks
09 May 2020 03:18 PM
Hi
Yes you can by using request attributes in combination with naming rules, you can capture context of your requests and use this additional detail to slice and dice your monitoring data.
See documentation and also a blog
HTH
Yos