What should you do?

You are an enterprise application developer. You plan to create an application that contains a user interface. The user interface calls the business layer Web Services Enhancements (WSE) Web service. You also plan to design an integration testing strategy for the application. You need to track and correlate the messages that are exchanged between the components by using the minimum amount of coding effort.
What should you do?

You are an enterprise application developer. You plan to create an application that contains a user interface. The user interface calls the business layer Web Services Enhancements (WSE) Web service. You also plan to design an integration testing strategy for the application. You need to track and correlate the messages that are exchanged between the components by using the minimum amount of coding effort.
What should you do?

A.
Create a custom tracing mechanism that stores messages in a table that has a correlationId column.Correlate messages with the same correlationId column.

B.
Implement WS-Addressing.Enable message trace by using WSE diagnostics.Collect tracing files from the user interface and the business layer.Correlate messages with the wsa:RelatesTo value of the SOAP header.

C.
Implement WS-ReliableMessage.Enable message trace by using WSE diagnostics.Collect tracing files from the user interface and the business layer.Correlate messages with the wsrm:GroupId value of the SOAP header.

D.
Add a correlationId parameter to each Web service method.Enable message trace by using WSE diagnostics.Collect tracing files from the user interface and the business layer.Correlate messages with the same correlationId value.



Leave a Reply 0

Your email address will not be published. Required fields are marked *