System.ServiceModel
4.0.0.0
System.Object
The contains the versioning information both about the SOAP envelope and the addressing protocol that is used by a message. An instance of is bound upon creation to a specific by passing the version as a parameter into one of the overloads.
All the static "get" properties in this class, such as and have enumeration-like semantics. They provide an enumeration of the possible message versions supported by the indigo1 runtime. A message has an envelope structure and an addressing structure. is just a shortcut for supplying {, } together.
There are currently two SOAP envelope versions available: SOAP 1.1 and SOAP 1.2. These versions of SOAP are represented by and are returned by the and properties. The version of SOAP associated with the can be recovered by using the property. crdefault the schema for SOAP 1.1 and SOAP 1.2.
There are currently two versions of WS-Addressing available. The one submitted on 10 August 2004 and the one specified in the WS-Addressing 1.0 protocol. The address version used by the current message version can be recovered using the property. These versions of WS-Addressing are represented by and are returned by the and properties. The WS-Addressing August 2004 is retained as a legacy value. The 10 August 2004 W3C Member Submission for WS-Addressing is available at Web Services Addressing (WS-Addressing). The 17 August 2005 W3C Candidate Recommendation for WS-Addressing 1.0 - Core is available at Web Services Addressing 1.0 - Core.
provides support for using "plain old XML" (POX)-style messaging. Enabling basic POX messaging is now a matter of setting up an HTTP binding on your service with a text encoder that uses .
Message version objects can be created using specified versions of WS-Addressing and SOAP using one of the overloads.
Specifies the versions of SOAP and WS-Addressing associated with a message and its exchange.
Property
4.0.0.0
System.ServiceModel.Channels.AddressingVersion
To be added.
These versions of WS-Addressing are represented by and are returned by the and properties. The WS-Addressing August 2004 is retained as a legacy value. The 10 August 2004 W3C Member Submission for WS-Addressing is available at Web Services Addressing (WS-Addressing). The 17 August 2005 W3C Candidate Recommendation for WS-Addressing 1.0 - Core is available at Web Services Addressing 1.0 - Core.
Gets or sets the version of WS-Addressing that is associated with the current message version.
Method
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
The SOAP versions currently available are SOAP 1.1 and SOAP 1.2. There is an for each version of SOAP that contains the data relevant to its use.
Creates a message version object by using WS-Addressing 1.0 and with a specified SOAP version.
The using the specified version of SOAP and WS-Addressing 1.0.
Method
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
To be added.
The SOAP versions currently available are SOAP 1.1 and SOAP 1.2. There is an for each version of SOAP that contains the data relevant to its use.
There are currently two versions of WS-Addressing available. One submitted 10 August 2004 and the other submitted August 2005 and referred to as the WS-Addressing 1.0 protocol.
Creates a message version object with specified SOAP and WS-Addressing versions.
The using the specified versions of WS-Addressing and SOAP.
Property
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
This returns the same object as .
Gets the default message version used by indigo1.
Property
4.0.0.0
System.ServiceModel.EnvelopeVersion
To be added.
There are currently two SOAP envelope versions available: SOAP 1.1 and SOAP 1.2. These versions of SOAP are represented by and are returned by the and properties. The version of SOAP associated with the can be recovered by using the property. crdefault the schema for SOAP 1.1 and SOAP 1.2.
Gets the SOAP version associated with the current message version.
Method
4.0.0.0
System.Boolean
To be added.
To be added.
Returns a value that indicates whether the current message version is equal to a specified object.
true if the specified object is equal to the current object; otherwise, false.
Method
4.0.0.0
System.Int32
To be added.
Gets a hash code for the current message version.
A unique hash code for the current .
Property
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
The consists of the and . This provides support for using "plain old XML" (POX)-style messaging. Enabling basic POX messaging is now a matter of setting up an HTTP binding on your service with a text encoder that uses .
Note that when a service is configured with the and the is set to , the action header in a request message is removed from the response message. This is consistent with the way ASMX services work.
Gets the message version that does not use SOAP or WS-Addressing.
Property
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
To be added.
Gets the message version using SOAP 1.1.
Property
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
For more information and the schemas for WS-Addressing 1.0 and SOAP 1.1, see the following:
-
Web Services Addressing 1.0 - Core
-
WS-Addressing 1.0 schema
-
SOAP 1.1 schema
Gets the message version using WS-Addressing 1.0 and SOAP 1.1.
Property
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
For more information and the schemas for the 10 August 2004 W3C Member Submission for WS-Addressing and SOAP 1.1, see the following:
-
10 August 2004 W3C Member Submission for WS-Addressing
-
WS-Addressing submitted 10 August 2004 schema
-
SOAP 1.1
Gets the message version by using WS-Addressing submitted 10 August 2004 and SOAP 1.1.
Property
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
To be added.
Gets the message version using SOAP 1.2.
Property
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
For more information and the schemas of the 17 August 2005 W3C Candidate Recommendation for WS-Addressing and SOAP 1.2, see the following:
-
17 August 2005 W3C Candidate Recommendation for WS-Addressing 1.0 - Core
-
WS-Addressing 1.0 schema
-
SOAP 1.2 schema
Gets the message version using WS-Addressing 1.0 and SOAP 1.2.
Property
4.0.0.0
System.ServiceModel.Channels.MessageVersion
To be added.
For more information and the schemas for 10 August W3C Member Submission for WS-Addressing and SOAP 1.2, see the following:
-
10 August 2004 W3C Member Submission for WS-Addressing
-
WS-Addressing submitted 10 August 2004 schema
-
SOAP 1.2 schema
Gets the message version using WS-Addressing submitted August 2004 and SOAP 1.2.
Method
4.0.0.0
System.String
To be added.
Returns the string representation of the current message version.
The string representation of the current message version.