eZ Publish  [trunk]
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 20 of file ezsoapenvelope.php.


Member Function Documentation

Constructs a new SOAP envelope object.

Definition at line 38 of file ezsoapenvelope.php.

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


Member Data Documentation

eZSOAPEnvelope::$Body

Contains the body object.

Definition at line 48 of file ezsoapenvelope.php.

eZSOAPEnvelope::$Header

Contains the header object.

Definition at line 45 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 27 of file ezsoapenvelope.php.

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

Definition at line 32 of file ezsoapenvelope.php.

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

Definition at line 25 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 33 of file ezsoapenvelope.php.


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