ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
class.ilBMFBase.php File Reference

Go to the source code of this file.

Data Structures

class  ilBMFBase_Object
class  ilBMFBase
class  QName

Namespaces

namespace  SOAP
 Common base class of all SOAP classes.

Variables

 $GLOBALS ['SOAP_OBJECT_STRUCT'] = true
 SOAP_OBJECT_STRUCT makes PEAR::SOAP use objects for SOAP structures rather than arrays.
 $GLOBALS ['SOAP_RAW_CONVERT'] = false
 SOAP_RAW_CONVERT makes PEAR::SOAP attempt to determine what SOAP type a PHP string COULD be.
 $GLOBALS ['SOAP_options'] = array()
 if (class_exists('Mail_mimePart'))

$SOAP_DEBUG

Enable debugging information?

bool $GLOBALS['SOAP_DEBUG']

 $GLOBALS ['SOAP_DEBUG'] = false
const SOAP_LIBRARY_NAME = 'PEAR-SOAP 0.8.0RC4-devel'
const SOAP_XML_SCHEMA_VERSION = 'http://www.w3.org/2001/XMLSchema'
const SOAP_XML_SCHEMA_INSTANCE = 'http://www.w3.org/2001/XMLSchema-instance'
const SOAP_XML_SCHEMA_1999 = 'http://www.w3.org/1999/XMLSchema'
const SOAP_SCHEMA = 'http://schemas.xmlsoap.org/wsdl/soap/'
const SOAP_SCHEMA_ENCODING = 'http://schemas.xmlsoap.org/soap/encoding/'
const SOAP_ENVELOP = 'http://schemas.xmlsoap.org/soap/envelope/'
const SCHEMA_DISCO = 'http://schemas.xmlsoap.org/disco/'
const SCHEMA_DISCO_SCL = 'http://schemas.xmlsoap.org/disco/scl/'
const SCHEMA_SOAP = 'http://schemas.xmlsoap.org/wsdl/soap/'
const SCHEMA_SOAP_HTTP = 'http://schemas.xmlsoap.org/soap/http'
const SCHEMA_WSDL_HTTP = 'http://schemas.xmlsoap.org/wsdl/http/'
const SCHEMA_MIME = 'http://schemas.xmlsoap.org/wsdl/mime/'
const SCHEMA_WSDL = 'http://schemas.xmlsoap.org/wsdl/'
const SCHEMA_DIME = 'http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/'
const SCHEMA_CONTENT = 'http://schemas.xmlsoap.org/ws/2002/04/content-type/'
const SCHEMA_REF = 'http://schemas.xmlsoap.org/ws/2002/04/reference/'
const SOAP_DEFAULT_ENCODING = 'ISO-8859-1'

Variable Documentation

$GLOBALS['SOAP_OBJECT_STRUCT'] = true

SOAP_OBJECT_STRUCT makes PEAR::SOAP use objects for SOAP structures rather than arrays.

This has been done to provide a closer match to php-soap. If the old behaviour is needed, set to false. The old behaviour is deprecated.

bool $GLOBALS['SOAP_OBJECT_STRUCT']

Definition at line 35 of file class.ilBMFBase.php.

$GLOBALS['SOAP_RAW_CONVERT'] = false

SOAP_RAW_CONVERT makes PEAR::SOAP attempt to determine what SOAP type a PHP string COULD be.

This may result in slightly better interoperability when you are not using WSDL, and are being lazy and not using ilBMFValue to define types for your values.

bool $GLOBALS['SOAP_RAW_CONVERT']

Definition at line 45 of file class.ilBMFBase.php.

$GLOBALS['SOAP_options'] = array()

Definition at line 52 of file class.ilBMFBase.php.

$GLOBALS['SOAP_DEBUG'] = false

Definition at line 72 of file class.ilBMFBase.php.

if(class_exists('Mail_mimePart'))

Definition at line 56 of file class.ilBMFBase.php.

const SCHEMA_CONTENT = 'http://schemas.xmlsoap.org/ws/2002/04/content-type/'

Definition at line 112 of file class.ilBMFBase.php.

const SCHEMA_DIME = 'http://schemas.xmlsoap.org/ws/2002/04/dime/wsdl/'

Definition at line 111 of file class.ilBMFBase.php.

Referenced by ilBMFWSDL_Parser\startElement().

const SCHEMA_DISCO = 'http://schemas.xmlsoap.org/disco/'

Definition at line 103 of file class.ilBMFBase.php.

const SCHEMA_DISCO_SCL = 'http://schemas.xmlsoap.org/disco/scl/'

Definition at line 104 of file class.ilBMFBase.php.

const SCHEMA_MIME = 'http://schemas.xmlsoap.org/wsdl/mime/'

Definition at line 109 of file class.ilBMFBase.php.

Referenced by ilBMFWSDL_Parser\startElement().

const SCHEMA_REF = 'http://schemas.xmlsoap.org/ws/2002/04/reference/'

Definition at line 113 of file class.ilBMFBase.php.

const SCHEMA_SOAP = 'http://schemas.xmlsoap.org/wsdl/soap/'
const SCHEMA_SOAP_HTTP = 'http://schemas.xmlsoap.org/soap/http'
const SCHEMA_WSDL = 'http://schemas.xmlsoap.org/wsdl/'
const SCHEMA_WSDL_HTTP = 'http://schemas.xmlsoap.org/wsdl/http/'

Definition at line 108 of file class.ilBMFBase.php.

Referenced by ilBMFWSDL_Parser\startElement().

const SOAP_DEFAULT_ENCODING = 'ISO-8859-1'

Definition at line 117 of file class.ilBMFBase.php.

const SOAP_ENVELOP = 'http://schemas.xmlsoap.org/soap/envelope/'
const SOAP_LIBRARY_NAME = 'PEAR-SOAP 0.8.0RC4-devel'

Definition at line 93 of file class.ilBMFBase.php.

const SOAP_SCHEMA = 'http://schemas.xmlsoap.org/wsdl/soap/'

Definition at line 99 of file class.ilBMFBase.php.

Referenced by ilBMFWSDL_Parser\startElement().

const SOAP_SCHEMA_ENCODING = 'http://schemas.xmlsoap.org/soap/encoding/'
const SOAP_XML_SCHEMA_1999 = 'http://www.w3.org/1999/XMLSchema'

Definition at line 98 of file class.ilBMFBase.php.

const SOAP_XML_SCHEMA_INSTANCE = 'http://www.w3.org/2001/XMLSchema-instance'

Definition at line 97 of file class.ilBMFBase.php.

const SOAP_XML_SCHEMA_VERSION = 'http://www.w3.org/2001/XMLSchema'

Definition at line 96 of file class.ilBMFBase.php.

Referenced by ilBMFClient\__generate(), and ilBMFParser\ilBMFParser().