SoapMessageStage

SoapMessageStage enum

Enumerates the processing stages of the SOAP messages.

enum class SoapMessageStage

Values

NameValueDescription
AfterDeserialize8The stage that is after deserialization.
AfterSerialize2The stage that is after serialization.
BeforeDeserialize4The stage that is prior to deserialization.
BeforeSerialize1The stage that is prior to serialization.

See Also