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).
For a list of all members of this type, see ISoapMessage Members.
[Visual Basic] Public Interface ISoapMessage [C#] public interface ISoapMessage [C++] public __gc __interface ISoapMessage [JScript] public interface ISoapMessage
Classes that Implement ISoapMessage
| Class | Description |
|---|---|
| SoapMessage | Holds the names and types of parameters required during serialization of a SOAP RPC (Remote Procedure Call). |
Remarks
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.
Requirements
Namespace: System.Runtime.Serialization.Formatters
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
ISoapMessage Members | System.Runtime.Serialization.Formatters Namespace