!--a11y-->
Web Services 
The Web Services Container Service provides general configuration features for a particular Web service that is deployed and running on the SAP J2EE Engine. For more information, see Web Services Container Service in the Administration Manual.
Server
Monitored Unit |
Description |
SuccessfulRequests |
The number of successfully passed requests. |
FailedRequests |
The number of requests that have failed for any reason. |
CurrentClient |
The number of currently processed requests. |
PreprocessingTime |
The time spent for: the procession of the coming request, the XML parsing, the deserialization of the data from XML->Java objects, and the work of the protocols. |
ImplementationTime |
The time spent for calling the implementation (EJB for instance) |
PostprocessingTime |
The time spent for the serialization of the return value (Java Object->XML) and the work of the protocols. |
