Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below ?
		A. One must override the method ReceiveMessage 
B. One must override the method InitializeMethod
C. Both A and B
D. One must override the method ProcessMessage
