Show TOC Start of Content Area

Background documentation Web Services  Locate the document in its SAP Library structure

The Web Services Container Service provides general configuration features for a particular Web service that is deployed and running on the J2EE Engine. For more information, see Web Services Container Service in the Administration Manual.

Server

Monitored Unit

Description

Requests Number

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.

Performance Data

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.

 

 

 

End of Content Area