System::Web::Services::Soap::Element class

Element class

Contains the names of the SOAP elements.

class Element

Methods

MethodDescription
Element()The default constructor is deleted.

Fields

FieldDescription
static BodyThe string representation of the ‘Body’ element name.
static ClaimThe string representation of the ‘Claim’ element name.
static EnvelopeThe string representation of the ‘Envelope’ element name.
static FaultThe string representation of the ‘Fault’ element name.
static FaultActorThe string representation of the ‘faultactor’ element name.
static FaultCodeThe string representation of the ‘faultcode’ element name.
static FaultDetailThe string representation of the ‘detail’ element name.
static FaultStringThe string representation of the ‘faultstring’ element name.
static HeaderThe string representation of the ‘Header’ element name.
static MessageThe string representation of the ‘Message’ element name.
static StackTraceThe string representation of the ‘StackTrace’ element name.

See Also