System::Web::Services::Soap Class Reference

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...
 

Detailed Description

Contains the string constants of SOAP.

Constructor & Destructor Documentation

◆ Soap()

System::Web::Services::Soap::Soap ( )
delete

The default constructor is deleted.

Member Data Documentation

◆ Action

const String System::Web::Services::Soap::Action
static

The string representation of the 'SOAPAction' attribute name.

◆ ArrayType

const String System::Web::Services::Soap::ArrayType
static

The string representation of the 'Array' suffix.

◆ BasicProfile1_1

const String System::Web::Services::Soap::BasicProfile1_1
static

The conformance claim URI.

◆ ClaimPrefix

const String System::Web::Services::Soap::ClaimPrefix
static

The WS-I prefix.

◆ ConformanceClaim

const String System::Web::Services::Soap::ConformanceClaim
static

The value of the 'xmlns:wsi' attribute.

◆ DimeContentType

const String System::Web::Services::Soap::DimeContentType
static

The string representation of the 'application/dime' MIME type.

◆ Encoding

const String System::Web::Services::Soap::Encoding
static

The value of the 'xmlns:soapenc' attribute.

◆ Namespace

const String System::Web::Services::Soap::Namespace
static

The value of the 'xmlns:soap' attribute.

◆ Prefix

const String System::Web::Services::Soap::Prefix
static

The SOAP prefix.

◆ SoapContentType

const String System::Web::Services::Soap::SoapContentType
static

The string representation of the SOAP content type.

◆ XmlNamespace

const String System::Web::Services::Soap::XmlNamespace
static

The value of the 'namespace' attribute.