Which of the following option represents the behavior of the endpoint, when the addressing feature
is enabled on the service with the use of @Addressing() annotation.
A.
The endpoint accepts only messages containing Addressing headers and rejects any
messages not containing Addressing headers.
B.
The endpoint accepts any messages with or without any Addressing headers and does not
validate addressing headers because “required”
annotation element is not true.
C.
The endpoint accepts messages only if the messages contain wsa:Action header but does not
require presence of any other addressing
headers.
D.
The endpoints accepts messages with or without addressing headers. If the message contains
wsa:Action header, it validates all other
addressing headers in the message.
Explanation: