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

Contains the string constants of SOAP version 1.2. More...

#include "soap.h"

Classes

class  Attribute
 Contains the names of the attributes of SOAP version 1.2. More...
 
class  Code
 Contains the names of the codes of SOAP version 1.2. More...
 
class  Element
 Contains the names of the elements of SOAP version 1.2. More...
 

Public Member Functions

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

Static Public Attributes

static const String Namespace
 The value of the 'xmlns:soapenv' attribute. More...
 
static const String Encoding
 The value of the 'xmlns:SOAP-ENC' attribute. More...
 
static const String RpcNamespace
 The value of the 'xmlns:rpc' attribute. More...
 
static const String Prefix
 The SOAP version 1.2 prefix. More...
 

Detailed Description

Contains the string constants of SOAP version 1.2.

Constructor & Destructor Documentation

◆ Soap12()

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

The default constructor is deleted.

Member Data Documentation

◆ Encoding

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

The value of the 'xmlns:SOAP-ENC' attribute.

◆ Namespace

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

The value of the 'xmlns:soapenv' attribute.

◆ Prefix

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

The SOAP version 1.2 prefix.

◆ RpcNamespace

const String System::Web::Services::Soap12::RpcNamespace
static

The value of the 'xmlns:rpc' attribute.