System::Web::Services::Soap12::Element Class Referencefinal

Contains the names of the elements of SOAP version 1.2. More...

Public Member Functions

 Element ()=delete
 The default constructor is deleted. More...
 

Static Public Attributes

static const String Upgrade
 The string representation of the 'Upgrade' element name. More...
 
static const String UpgradeEnvelope
 The string representation of the 'SupportedEnvelope' element name. More...
 
static const String FaultRole
 The string representation of the 'Role' element name. More...
 
static const String FaultReason
 The string representation of the 'Reason' element name. More...
 
static const String FaultReasonText
 The string representation of the 'Text' element name. More...
 
static const String FaultCode
 The string representation of the 'Code' element name. More...
 
static const String FaultNode
 The string representation of the 'Node' element name. More...
 
static const String FaultCodeValue
 The string representation of the 'Value' element name. More...
 
static const String FaultSubcode
 The string representation of the 'Subcode' element name. More...
 
static const String FaultDetail
 The string representation of the 'Detail' element name. More...
 

Detailed Description

Contains the names of the elements of SOAP version 1.2.

Constructor & Destructor Documentation

◆ Element()

System::Web::Services::Soap12::Element::Element ( )
delete

The default constructor is deleted.

Member Data Documentation

◆ FaultCode

const String System::Web::Services::Soap12::Element::FaultCode
static

The string representation of the 'Code' element name.

◆ FaultCodeValue

const String System::Web::Services::Soap12::Element::FaultCodeValue
static

The string representation of the 'Value' element name.

◆ FaultDetail

const String System::Web::Services::Soap12::Element::FaultDetail
static

The string representation of the 'Detail' element name.

◆ FaultNode

const String System::Web::Services::Soap12::Element::FaultNode
static

The string representation of the 'Node' element name.

◆ FaultReason

const String System::Web::Services::Soap12::Element::FaultReason
static

The string representation of the 'Reason' element name.

◆ FaultReasonText

const String System::Web::Services::Soap12::Element::FaultReasonText
static

The string representation of the 'Text' element name.

◆ FaultRole

const String System::Web::Services::Soap12::Element::FaultRole
static

The string representation of the 'Role' element name.

◆ FaultSubcode

const String System::Web::Services::Soap12::Element::FaultSubcode
static

The string representation of the 'Subcode' element name.

◆ Upgrade

const String System::Web::Services::Soap12::Element::Upgrade
static

The string representation of the 'Upgrade' element name.

◆ UpgradeEnvelope

const String System::Web::Services::Soap12::Element::UpgradeEnvelope
static

The string representation of the 'SupportedEnvelope' element name.