In the following situation, Client C sends a SOAP request to Service S and the response is to be
processed by a third party response processor R. Which of the following SOAP headers in the
request message convey the intention? Assume the endpoint reference of Service S is
A.
<s11:Header>
<wsa:Action>http://example.com/action/process</wsa:Action>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/none</wsa:Address>
<wsa:ReplyTo>
</s11:Header>
B.
<s11:Header>
<wsa:Action>http://example.com/action/process</wsa:Action>
<wsa:ReplyTo>
<wsa:Address>http://www.w3.org/2005/08/addressing/anonymous</wsa:Address>
<wsa:ReplyTo>
</s11:Header>
C.
<s11:Header>
<wsa:Action>http://example.com/action/process</wsa:Action>
<wsa:ReplyTo>
<wsa:Address>http://example.com/responseprocessor</wsa:Address>
<wsa:ReplyTo>
</s11:Header>
D.
<s11:Header>
<wsa:Action>http://example.com/action/process</wsa:Action>
<wsa:ReplyTo>
<wsa:Address>http://example.com/service</wsa:Address>
<wsa:ReplyTo>
</s11:Header>
Explanation: