Try OpenEdge Now
skip to main content
Configuration
Configuring OpenEdge SOAP Web Services : Working with SOAP Web services : Viewing SOAP Web service statistics
 

Viewing SOAP Web service statistics

You can view (and reset) run-time statistics for a selected SOAP Web service. Each SOAP Web service creates and begins accumulating these statistics (Start Time) from the time that its parent WSA instance starts up (Creation Time). You can reset the SOAP Web service statistics at any point while the WSA instance is running. A reset clears and begins accumulating the statistics again with a new Start Time.
To view the run-time statistics for a SOAP Web service:
1. Click Resources in the management console menu. All resources managed by your console appear in the grid frame.
2. Filter or search for the WebServices Adapter broker instance where the SOAP Web service whose runtime statistics you want to view is deployed.
3. Click the WebServices Adapter broker instance. The WebServices Adapter details page appears.
4. Under Deployed Web Services, click Statistics. A read-only statistics presentation with the following information appears:
*Number of Requests — Total requests handled by the SOAP Web service
*Number of Active Requests — Requests currently being serviced by the SOAP Web service
*Number of SOAP Faults — Errors returned by the SOAP Web service application
*Number of Objects Not Found — Calls to unidentified SOAP Web service methods
*Number of Errors — Total errors returned by the SOAP Web service, with error counts broken out at the bottom of the list for each of several error categories when the total errors in each category are greater than 0
*Number of AppServer Connections — Total AppServer connections in the connection pool for this SOAP Web service
*Number of AppObjects — Total AppObjects registered for all clients of this SOAP Web service (only one AppObject is shared by all clients of a session-free SOAP Web service; no AppObjects are ever shared for a session-managed SOAP Web service)
*Number of SubAppObjects — Total SubAppObjects registered for all clients of this SOAP Web service (SubAppObjects never shared)
*Number of ProcObjects — Total ProcObjects registered for all clients of this SOAP Web service (ProcObjects never shared)
5. To reset the statistics and start accumulating from zero, click Reset and confirm that you want to restart the statistics.
6. Click OK on the confirmation message.