ISoapMessage Interface
Provides an interface for an object that contains the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call).
Assembly: mscorlib (in mscorlib.dll)
The ISoapMessage type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Headers | Gets or sets the out-of-band data of the method call. |
![]() | MethodName | Gets or sets the name of the called method. |
![]() | ParamNames | Gets or sets the parameter names of the method call. |
![]() | ParamTypes | Gets or sets the parameter types of a method call. |
![]() | ParamValues | Gets or sets the parameter values of a method call. |
![]() | XmlNameSpace | Gets or sets the XML namespace of the SOAP RPC (Remote Procedure Call) MethodName element. |
When an object that supports this interface is the root of a serialization graph, SOAP is produced in RPC format. The ISoapMessage interface contains the method call parameter types used during deserialization of a method call.
To support SOAP RPC calls that are based on the ISoapMessage interface and do not use the IRemotingFormatter functionality, set the SoapFormatter::TopObject property to an object that supports this interface.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
