Integration Server Resource Statistics: SOAP INPUT
- Resource statistics of SOAP Input for an Integration server is the summary of all the SOAP Input service calls done for a particular Integration Server.
- The SOAP Input and SOAP Reply Nodes send and receive SOAP messages.
- We can use the SOAP Input resource statistics to know the statistics of all the inbound messages coming to Soap Input as well as all the outbound messages sent from SOAP Reply.
- We can also know the statistics of successful and failure service calls.
- These statistics can be viewed in the web user interface or we can write a program that subscribes to a publication (Single XML Message) that returns this Data.
- In the SOAP Input resource system, we can see some statistics graphs.
- Inbound Messages Total
- Replies Sent Total
- Inbound Messages Made Flow
- Inbound Messages Faulted Before Flow
- Successful Replies Sent
- Fault Replies Sent
- Policy Sets Applied
- SOAP Input Node – Use the SOAP Input node to receive Inbound client SOAP messages.
- SOAP Reply Node – Use the SOAP Reply node to send the SOAP response messages back to the client.
- If using any policy sets, we can configure them to SOAP Input-Node.
- Inbound Messages Total – The total number of SOAP messages received from the client
If using any policy sets, we can configure them to SOAP Input Node.
Inbound Messages Total –
The total number of SOAP messages received from the client
Inbound Messages Total
Replies Sent Total –
The total number of SOAP replies sent back to the client
Replies Sent Total
Inbound Messages Made Flow-
The number of messages that made the flow without any fault
Inbound Messages Faulted Before Flow –
The number of messages faulted before reaching the flow.
Successful Replies Sent –
The number of successful replies sent back to the client
Fault Replies Sent –
The number of Fault replies sent back to the client.
Policy Sets Applied –
The name of the Policy Set if one was defined
Measurements | Description |
Inbound Messages Total | The total number of SOAP messages received from client
Inbound Messages Total = Inbound Messages Made Flow + Inbound Messages Faulted Before Flow |
Replies Sent Total | The total number of SOAP replies sent back to client
Replies Sent Total = Successful Replies Sent + Fault Replies sent |
Inbound Messages Made Flow | The number of messages that made the flow without any fault |
Inbound Messages Faulted Before Flow | The number of messages faulted before reaching the flow.(Failure Terminal) |
Successful Replies Sent | The number of successful replies sent back to the client |
Fault Replies Sent | The number of Fault replies sent back to the client. Faults can be user-defined or Integration node exceptions |
Policy Sets Applied | The name of the Policy Set if one was defined |