Not sure what you are getting at... I have looked at these methods for initialization, but not seeing the answer to the question. Are you saying, each request-response will be proceeded by an initialization() call (e.g. initialize(), request..,
response.., initialize(), request, response, XEndOfStreamX).
If so, sounds like I'm good, I should be able to save off the processing state of the request as a member variable of my SoapExtension class.