Message.CreateMessage Method (MessageVersion, String, Object, XmlObjectSerializer)
.NET Framework 3.5
Creates a message using the specified version, action, message body and serializer.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public static Message CreateMessage( MessageVersion version, string action, Object body, XmlObjectSerializer serializer )
Parameters
- version
- Type: System.ServiceModel.Channels.MessageVersion
A MessageVersion object that specifies the SOAP version to use for the message.
- action
- Type: System.String
A description of how the message should be processed.
- body
- Type: System.Object
The body of the message.
- serializer
- Type: System.Runtime.Serialization.XmlObjectSerializer
A XmlObjectSerializer.
| Exception | Condition |
|---|---|
| ArgumentNullException |
version, fault or action is null. |
This static method is used to create a new copy of message ready for sending.
When working with JSON messages use the CreateMessage(MessageVersion, String, Object, XmlObjectSerializer) method, the CreateMessage(MessageVersion, String, Object) method does not work with JSON messages.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.