Contains the string constants of SOAP. More...
Classes | |
class | Attribute |
Contains the names of the SOAP attributes. More... | |
class | Code |
Contains the names of the SOAP codes. More... | |
class | Element |
Contains the names of the SOAP elements. More... | |
Public Member Functions | |
Soap ()=delete | |
The default constructor is deleted. More... | |
Static Public Attributes | |
static const String | XmlNamespace |
The value of the 'namespace' attribute. More... | |
static const String | Encoding |
The value of the 'xmlns:soapenc' attribute. More... | |
static const String | Namespace |
The value of the 'xmlns:soap' attribute. More... | |
static const String | ConformanceClaim |
The value of the 'xmlns:wsi' attribute. More... | |
static const String | BasicProfile1_1 |
The conformance claim URI. More... | |
static const String | Action |
The string representation of the 'SOAPAction' attribute name. More... | |
static const String | ArrayType |
The string representation of the 'Array' suffix. More... | |
static const String | Prefix |
The SOAP prefix. More... | |
static const String | ClaimPrefix |
The WS-I prefix. More... | |
static const String | DimeContentType |
The string representation of the 'application/dime' MIME type. More... | |
static const String | SoapContentType |
The string representation of the SOAP content type. More... | |
Contains the string constants of SOAP.
|
delete |
The default constructor is deleted.
|
static |
The string representation of the 'SOAPAction' attribute name.
|
static |
The string representation of the 'Array' suffix.
|
static |
The conformance claim URI.
|
static |
The WS-I prefix.
|
static |
The value of the 'xmlns:wsi' attribute.
|
static |
The string representation of the 'application/dime' MIME type.
|
static |
The value of the 'xmlns:soapenc' attribute.
|
static |
The value of the 'xmlns:soap' attribute.
|
static |
The SOAP prefix.
|
static |
The string representation of the SOAP content type.
|
static |
The value of the 'namespace' attribute.