Documentation for this section has not yet been entered.
The SoapServerMessage.Server property is an instance of the class implementing the XML Web service. If a SOAP extension knew ahead of time the type of the class, it could cast SoapServerMessage.Server to that type and access properties and methods of the class implementing the XML Web service. The SoapServerMessage.Server property can be accessed during SoapMessageStage.AfterDeserialize or SoapMessageStage.BeforeSerialize.