eZ Publish  [4.2]
eZSOAPEnvelope Class Reference

SOAP envelope handling and definition. More...

+ Inheritance diagram for eZSOAPEnvelope:

List of all members.

Public Member Functions

 eZSOAPEnvelope ()

Public Attributes

 $Body
 Contains the body object.
 $Header
 Contains the header object.
const ENC = "http://schemas.xmlsoap.org/soap/encoding/"
const ENC_PREFIX = "SOAP-ENC"
const ENV = "http://schemas.xmlsoap.org/soap/envelope/"
const ENV_PREFIX = "SOAP-ENV"
const INT = 1
const SCHEMA_DATA = "http://www.w3.org/2001/XMLSchema"
const SCHEMA_INSTANCE = "http://www.w3.org/2001/XMLSchema-instance"
const STRING = 2
const XSD_PREFIX = "xsd"
const XSI_PREFIX = "xsi"

Detailed Description

SOAP envelope handling and definition.

Definition at line 40 of file ezsoapenvelope.php.


Member Function Documentation

eZSOAPEnvelope::eZSOAPEnvelope ( )

Constructs a new SOAP envelope object.

Definition at line 58 of file ezsoapenvelope.php.

Referenced by eZSOAPRequest\eZSOAPRequest(), and eZSOAPResponse\eZSOAPResponse().


Member Data Documentation

eZSOAPEnvelope::$Body

Contains the body object.

Definition at line 68 of file ezsoapenvelope.php.

eZSOAPEnvelope::$Header

Contains the header object.

Definition at line 65 of file ezsoapenvelope.php.

const eZSOAPEnvelope::ENC = "http://schemas.xmlsoap.org/soap/encoding/"
const eZSOAPEnvelope::ENV = "http://schemas.xmlsoap.org/soap/envelope/"

Definition at line 47 of file ezsoapenvelope.php.

Referenced by eZSOAPRequest\payload(), and eZSOAPResponse\payload().

Definition at line 52 of file ezsoapenvelope.php.

const eZSOAPEnvelope::SCHEMA_DATA = "http://www.w3.org/2001/XMLSchema"

Definition at line 45 of file ezsoapenvelope.php.

Referenced by eZSOAPRequest\payload(), and eZSOAPResponse\payload().

const eZSOAPEnvelope::SCHEMA_INSTANCE = "http://www.w3.org/2001/XMLSchema-instance"

Definition at line 53 of file ezsoapenvelope.php.


The documentation for this class was generated from the following file: