Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the constants used in a SOAP 1.1 message.
The following tables list the members exposed by the Soap11 type.
Public Constructors
Name | Description | |
---|---|---|
Soap11 | Initializes a new instance of the Soap11 class that represents a SOAP 1.1 message |
Top
Public Fields
Name | Description | |
---|---|---|
![]() ![]() |
FramingContentType | Specifies a framing content type. This field is constant. (Inherited from Soap) |
![]() ![]() |
InvalidSoapMessage | Specifies the string "The message is not a valid SOAP message". This field is constant.(Inherited from Soap) |
![]() ![]() |
InvalidXmlMessage | Specifies that the XML message is invalid. This field is constant.(Inherited from Soap) |
![]() ![]() |
MethodPost | Specifies the string "POST". This field is constant.(Inherited from Soap) |
![]() ![]() |
ServerUnavailable | Returns the string " Server unavailable, please try later ". This field is constant.(Inherited from Soap) |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
ActorNext | Overridden. Gets the URL that points to the ActorNext schema. |
![]() |
ActorNextUri | Overridden. Gets the URI of the actor attribute in the SOAP message. |
![]() |
AttributeNameActor | Overridden. Returns the string "actor". |
![]() |
ContentType | Overridden. Gets the content type for the SOAP 1.1 message. |
![]() |
EncodingStyle | Overridden. Gets the encoding style for the SOAP 1.1 message. |
![]() |
ExcludedAttributesList | Overridden. Gets a list of attributes to be excluded from serialization. |
![]() |
NamespaceURI | Overridden. Gets the SOAP envelope schema namespace value. |
![]() |
Prefix | Overridden. Gets the prefix that is used in the SOAP message. |
![]() |
SoapVersion | Overridden. Gets the SOAP version. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
CreateBodyElement | (Inherited from Soap ) |
![]() |
CreateEnvelopeElement | (Inherited from Soap ) |
![]() |
CreateHeaderElement | (Inherited from Soap ) |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
FromFaultXml | Overridden. Retrieves the error message from within the fault element of a SOAP message. |
![]() |
GetActorAttribute | (Inherited from Soap ) |
![]() |
GetFaultXml | Overridden. Returns a fault element for a given exception and actor. |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetMustUnderstand | (Inherited from Soap ) |
![]() |
GetType | (Inherited from Object ) |
![]() |
IsActorNext | (Inherited from Soap ) |
![]() |
IsBodyElement | (Inherited from Soap ) |
![]() |
IsEnvelopeElement | (Inherited from Soap ) |
![]() |
IsFaultElement | (Inherited from Soap ) |
![]() |
IsHeaderElement | (Inherited from Soap ) |
![]() |
IsMustUnderstandAttribute | (Inherited from Soap ) |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
SetActorAttribute | (Inherited from Soap ) |
![]() |
SetMustUnderstand | (Inherited from Soap ) |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
GetEncodedStringFromBoolean | (Inherited from Soap ) |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top