CodePorting.Translator.Cs2Cpp.Framework
|
Contains the names of the codes of SOAP version 1.2. More...
#include <soap.h>
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... | |
Contains the names of the codes of SOAP version 1.2.
|
delete |
The default constructor is deleted.
|
static |
The string representation of the 'DataEncodingUnknown' SOAP version 1.2 code.
|
static |
The string representation of the 'MissingID' SOAP version 1.2 code.
|
static |
The string representation of the 'UntypedValue' SOAP version 1.2 code.
|
static |
The string representation of the 'MustUnderstand' SOAP version 1.2 code.
|
static |
The string representation of the 'Receiver' SOAP version 1.2 code.
|
static |
The string representation of the 'BadArguments' SOAP version 1.2 code.
|
static |
The string representation of the 'ProcedureNotPresent' SOAP version 1.2 code.
|
static |
The string representation of the 'Sender' SOAP version 1.2 code.
|
static |
The string representation of the 'VersionMismatch' SOAP version 1.2 code.