System::Web::Services::Soap12::Code Class Referencefinal

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

Public Member Functions

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

Static Public Attributes

static const String VersionMismatch
 The string representation of the 'VersionMismatch' SOAP version 1.2 code. More...
 
static const String MustUnderstand
 The string representation of the 'MustUnderstand' SOAP version 1.2 code. More...
 
static const String DataEncodingUnknown
 The string representation of the 'DataEncodingUnknown' SOAP version 1.2 code. More...
 
static const String Sender
 The string representation of the 'Sender' SOAP version 1.2 code. More...
 
static const String Receiver
 The string representation of the 'Receiver' SOAP version 1.2 code. More...
 
static const String RpcProcedureNotPresentSubcode
 The string representation of the 'ProcedureNotPresent' SOAP version 1.2 code. More...
 
static const String RpcBadArgumentsSubcode
 The string representation of the 'BadArguments' SOAP version 1.2 code. More...
 
static const String EncodingMissingIDFaultSubcode
 The string representation of the 'MissingID' SOAP version 1.2 code. More...
 
static const String EncodingUntypedValueFaultSubcode
 The string representation of the 'UntypedValue' SOAP version 1.2 code. More...
 

Detailed Description

Contains the names of the codes of SOAP version 1.2.

Constructor & Destructor Documentation

◆ Code()

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

The default constructor is deleted.

Member Data Documentation

◆ DataEncodingUnknown

const String System::Web::Services::Soap12::Code::DataEncodingUnknown
static

The string representation of the 'DataEncodingUnknown' SOAP version 1.2 code.

◆ EncodingMissingIDFaultSubcode

const String System::Web::Services::Soap12::Code::EncodingMissingIDFaultSubcode
static

The string representation of the 'MissingID' SOAP version 1.2 code.

◆ EncodingUntypedValueFaultSubcode

const String System::Web::Services::Soap12::Code::EncodingUntypedValueFaultSubcode
static

The string representation of the 'UntypedValue' SOAP version 1.2 code.

◆ MustUnderstand

const String System::Web::Services::Soap12::Code::MustUnderstand
static

The string representation of the 'MustUnderstand' SOAP version 1.2 code.

◆ Receiver

const String System::Web::Services::Soap12::Code::Receiver
static

The string representation of the 'Receiver' SOAP version 1.2 code.

◆ RpcBadArgumentsSubcode

const String System::Web::Services::Soap12::Code::RpcBadArgumentsSubcode
static

The string representation of the 'BadArguments' SOAP version 1.2 code.

◆ RpcProcedureNotPresentSubcode

const String System::Web::Services::Soap12::Code::RpcProcedureNotPresentSubcode
static

The string representation of the 'ProcedureNotPresent' SOAP version 1.2 code.

◆ Sender

const String System::Web::Services::Soap12::Code::Sender
static

The string representation of the 'Sender' SOAP version 1.2 code.

◆ VersionMismatch

const String System::Web::Services::Soap12::Code::VersionMismatch
static

The string representation of the 'VersionMismatch' SOAP version 1.2 code.