Soap Members
Represents a SOAP message.
The following tables list the members exposed by the Soap type.
Protected Constructors
Name | Description | |
---|---|---|
Soap | Initializes a new instance of the Soap class. This class represents a SOAP message |
Top
Public Fields
Name | Description | |
---|---|---|
![]() ![]() |
FramingContentType | Specifies a framing content type. This field is constant. |
![]() ![]() |
InvalidSoapMessage | Specifies the string "The message is not a valid SOAP message". This field is constant. |
![]() ![]() |
InvalidXmlMessage | Specifies that the XML message is invalid. This field is constant. |
![]() ![]() |
MethodPost | Specifies the string "POST". This field is constant. |
![]() ![]() |
ServerUnavailable | Returns the string " Server unavailable, please try later ". This field is constant. |
Top
Public Properties
Name | Description | |
---|---|---|
![]() |
ActorNext | Specifies a URL that points to the ActorNext schema. This field is constant. |
![]() |
ActorNextUri | Returns an Uri that contains a URL pointing to the ActorNext schema. |
![]() |
AttributeNameActor | Returns the string "actor". |
![]() |
ContentType | The HTTP Content-Type of the SOAP request or SOAP response. |
![]() |
EncodingStyle | Gets the encoding style for the SOAP message. |
![]() |
ExcludedAttributesList | Gets a list of attributes to be excluded from serialization. |
![]() |
NamespaceURI | When overridden in a derived class gets a URL that points to the SOAP envelope schema. This field is constant. |
![]() |
Prefix | Represents the prefix used. |
![]() |
SoapVersion | Gets the SOAP version. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
CreateBodyElement | Creates a body element for the SOAP message. |
![]() |
CreateEnvelopeElement | Creates an envelope element for the SOAP message. |
![]() |
CreateHeaderElement | Creates a header element for the SOAP message. |
![]() |
Equals | Overloaded. (Inherited from Object ) |
![]() |
FromFaultXml | When overridden in a derived class returns the SOAP header exception information for the specified element. |
![]() |
GetActorAttribute | Gets the actor attribute value that is used to address the Header element to a particular endpoint. |
![]() |
GetFaultXml | When overridden in a derived class returns a Fault element for a given exception and actor. |
![]() |
GetHashCode | (Inherited from Object ) |
![]() |
GetMustUnderstand | Determines whether the supplied XmlElement has a mustUnderstand attribute. |
![]() |
GetType | (Inherited from Object ) |
![]() |
IsActorNext | Determines whether the specified URI is the next actor. |
![]() |
IsBodyElement | Determines whether the specified element is a body element. |
![]() |
IsEnvelopeElement | Determines whether the specified element is an envelope element. |
![]() |
IsFaultElement | Determines whether the specified element is a fault element. |
![]() |
IsHeaderElement | Determines whether the specified element is a header element. |
![]() |
IsMustUnderstandAttribute | Determines whether the specified attribute is a MustUnderstand attribute. |
![]() ![]() |
ReferenceEquals | (Inherited from Object ) |
![]() |
SetActorAttribute | Sets the actor attribute in the SOAP header for the supplied XmlElement in the XmlDocument. |
![]() |
SetMustUnderstand | Sets the MustUnderstand element is the SOAP header for the supplied XmlElement in the XmlDocument. |
![]() |
ToString | (Inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object ) |
![]() |
GetEncodedStringFromBoolean | When overridden in a derived class gets the encoded string for the Boolean value passed as a parameter. |
![]() |
MemberwiseClone | (Inherited from Object ) |
Top