Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below?
AOne must override the method InitializeMethod
BOne must override the method ProcessMessage
CBoth A and B
DOne must override the method ReceiveMessage
Correct answer
D. One must override the method ReceiveMessage
Explanation
The correct answer is One must override the method ReceiveMessage.