Custom report - How can I generate a report to see the SOAP service and filter by operation name

Hello,

How can I generate a report to see the SOAP services and filter by operation name?

Do we have an option for that? Please let me know

0 1 106
1 REPLY 1

By default Apigee Edge will not collect the SOAP Operation name in the analytics record, which means you cannot generate a report to see the SOAP services and filter by operation name

If you add a StatisticsCollector policy that stores the SOAP operation name as part of each SOAP request, then you will be able to get the report you desire.

You can read the documentation for this policy here.

You can see a 4-minute video on analytics and custom reports (including what the StatisticsCollector policy does) here.

And for more context you can search the community site for more on StatisticsCollector.