Share via


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
public field static FramingContentType Specifies a framing content type. This field is constant.
public field static InvalidSoapMessage Specifies the string "The message is not a valid SOAP message". This field is constant.
public field static InvalidXmlMessage Specifies that the XML message is invalid. This field is constant.
public field static MethodPost Specifies the string "POST". This field is constant.
public field static ServerUnavailable Returns the string " Server unavailable, please try later ". This field is constant.

Top

Public Properties

  Name Description
public property ActorNext Specifies a URL that points to the ActorNext schema. This field is constant.
public property ActorNextUri Returns an Uri that contains a URL pointing to the ActorNext schema.
public property AttributeNameActor Returns the string "actor".
public property ContentType The HTTP Content-Type of the SOAP request or SOAP response.
public property EncodingStyle Gets the encoding style for the SOAP message.
public property ExcludedAttributesList Gets a list of attributes to be excluded from serialization.
public property NamespaceURI When overridden in a derived class gets a URL that points to the SOAP envelope schema. This field is constant.
public property Prefix Represents the prefix used.
public property SoapVersion Gets the SOAP version.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method CreateBodyElement Creates a body element for the SOAP message.
public method CreateEnvelopeElement Creates an envelope element for the SOAP message.
public method CreateHeaderElement Creates a header element for the SOAP message.
public method Equals  Overloaded. (Inherited from Object )
public method FromFaultXml When overridden in a derived class returns the SOAP header exception information for the specified element.
public method GetActorAttribute Gets the actor attribute value that is used to address the Header element to a particular endpoint.
public method GetFaultXml When overridden in a derived class returns a Fault element for a given exception and actor.
public method GetHashCode  (Inherited from Object )
public method GetMustUnderstand Determines whether the supplied XmlElement has a mustUnderstand attribute.
public method GetType  (Inherited from Object )
public method IsActorNext Determines whether the specified URI is the next actor.
public method IsBodyElement Determines whether the specified element is a body element.
public method IsEnvelopeElement Determines whether the specified element is an envelope element.
public method IsFaultElement Determines whether the specified element is a fault element.
public method IsHeaderElement Determines whether the specified element is a header element.
public method IsMustUnderstandAttribute Determines whether the specified attribute is a MustUnderstand attribute.
public method static ReferenceEquals  (Inherited from Object )
public method SetActorAttribute Sets the actor attribute in the SOAP header for the supplied XmlElement in the XmlDocument.
public method SetMustUnderstand Sets the MustUnderstand element is the SOAP header for the supplied XmlElement in the XmlDocument.
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method GetEncodedStringFromBoolean When overridden in a derived class gets the encoded string for the Boolean value passed as a parameter.
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

Soap Class
Microsoft.Web.Services3 Namespace