Documentation TYPO3 par Ameos |

Public Member Functions | |
| nusoap_base () | |
| getGlobalDebugLevel () | |
| setGlobalDebugLevel ($level) | |
| getDebugLevel () | |
| setDebugLevel ($level) | |
| debug ($string) | |
| appendDebug ($string) | |
| clearDebug () | |
| & | getDebug () |
| & | getDebugAsXMLComment () |
| expandEntities ($val) | |
| getError () | |
| setError ($str) | |
| isArraySimpleOrStruct ($val) | |
| serialize_val ($val, $name=false, $type=false, $name_ns=false, $type_ns=false, $attributes=false, $use='encoded') | |
| serializeEnvelope ($body, $headers=false, $namespaces=array(), $style='rpc', $use='encoded', $encodingStyle='http://schemas.xmlsoap.org/soap/encoding/') | |
| formatDump ($str) | |
| contractQname ($qname) | |
| expandQname ($qname) | |
| getLocalPart ($str) | |
| getPrefix ($str) | |
| getNamespaceFromPrefix ($prefix) | |
| getPrefixFromNamespace ($ns) | |
| getmicrotime () | |
| varDump ($data) | |
Public Attributes | |
| $title = 'NuSOAP' | |
| $version = '0.7.2' | |
| $revision = '$Revision: 1.1.2.1 $' | |
| $error_str = '' | |
| $debug_str = '' | |
| $charencoding = true | |
| $debugLevel | |
| $XMLSchemaVersion = 'http://www.w3.org/2001/XMLSchema' | |
| $soap_defencoding = 'ISO-8859-1' | |
| $namespaces | |
| $usedNamespaces = array() | |
| $typemap | |
| $xmlEntities | |
Definition at line 62 of file class.nusoap.php.
|
|
constructor public Definition at line 202 of file class.nusoap.php. |
|
|
adds debug data to the instance debug string without formatting
Definition at line 264 of file class.nusoap.php. Referenced by debug(), serialize_val(), and soapclient::soapclient(). |
|
|
clears the current debug data for this instance public Definition at line 277 of file class.nusoap.php. |
|
|
contracts (changes namespace to prefix) a qualified name
Definition at line 671 of file class.nusoap.php. |
|
|
adds debug data to the instance debug string with formatting
Definition at line 252 of file class.nusoap.php. References appendDebug(), and getmicrotime(). Referenced by soap_transport_http::buildPayload(), soap_transport_http::connect(), soap_transport_http::decodeChunked(), soap_transport_http::getResponse(), XMLSchema::parseFile(), XMLSchema::parseString(), soap_transport_http::send(), soap_transport_http::sendRequest(), serialize_val(), soap_transport_http::setCredentials(), soap_transport_http::setEncoding(), soap_transport_http::setProxy(), soap_transport_http::setSOAPAction(), soap_transport_http::setURL(), soap_parser::soap_parser(), soap_transport_http::soap_transport_http(), soapclient::soapclient(), soap_parser::start_element(), wsdl::wsdl(), and XMLSchema::XMLSchema(). |
|
|
expands entities, e.g. changes '<' to '<'.
Definition at line 317 of file class.nusoap.php. Referenced by serialize_val(). |
|
|
expands (changes prefix to namespace) a qualified name
Definition at line 696 of file class.nusoap.php. Referenced by XMLSchema::schemaStartElement(). |
|
|
formats a string to be inserted into an HTML stream
Definition at line 659 of file class.nusoap.php. |
|
|
gets the current debug data for this instance
Definition at line 289 of file class.nusoap.php. |
|
|
gets the current debug data for this instance as an XML comment this may change the contents of the debug data
Definition at line 302 of file class.nusoap.php. |
|
|
gets the debug level for this instance
Definition at line 232 of file class.nusoap.php. |
|
|
returns error string if present
Definition at line 334 of file class.nusoap.php. |
|
|
gets the global debug level, which applies to future instances
Definition at line 212 of file class.nusoap.php. |
|
|
returns the local part of a prefixed string returns the original string, if not prefixed
Definition at line 721 of file class.nusoap.php. Referenced by XMLSchema::schemaStartElement(), and soap_parser::start_element(). |
|
|
returns the time in ODBC canonical form with microseconds
Definition at line 785 of file class.nusoap.php. Referenced by debug(). |
|
|
pass it a prefix, it returns a namespace
Definition at line 753 of file class.nusoap.php. |
|
|
returns the prefix part of a prefixed string returns false, if not prefixed
Definition at line 738 of file class.nusoap.php. Referenced by XMLSchema::schemaStartElement(), and soap_parser::start_element(). |
|
|
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace
Definition at line 769 of file class.nusoap.php. Referenced by XMLSchema::schemaStartElement(). |
|
|
detect if array is a simple array or a struct (associative array)
Definition at line 358 of file class.nusoap.php. Referenced by serialize_val(). |
|
||||||||||||||||||||||||||||||||
|
serializes PHP values in accordance w/ section 5. Type information is not serialized if $use == 'literal'.
Definition at line 382 of file class.nusoap.php. References appendDebug(), debug(), expandEntities(), isArraySimpleOrStruct(), and varDump(). Referenced by soapval::serialize(), and soap_fault::serialize(). |
|
||||||||||||||||||||||||||||
|
serializes a message
Definition at line 608 of file class.nusoap.php. |
|
|
sets the debug level for this instance
Definition at line 242 of file class.nusoap.php. |
|
|
sets error string
Definition at line 347 of file class.nusoap.php. Referenced by soap_transport_http::connect(), soap_transport_http::getResponse(), XMLSchema::parseFile(), XMLSchema::parseString(), soap_transport_http::send(), soap_transport_http::sendRequest(), soap_parser::soap_parser(), and soapclient::soapclient(). |
|
|
sets the global debug level, which applies to future instances
Definition at line 222 of file class.nusoap.php. |
|
|
Returns a string with the output of var_dump
Definition at line 804 of file class.nusoap.php. Referenced by serialize_val(). |
|
|
Initial value: array(
'SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope/',
'xsd' => 'http://www.w3.org/2001/XMLSchema',
'xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
'SOAP-ENC' => 'http://schemas.xmlsoap.org/soap/encoding/'
)
Reimplemented in soap_parser. Definition at line 139 of file class.nusoap.php. Referenced by XMLSchema::XMLSchema(). |
|
|
Initial value: array(
'http://www.w3.org/2001/XMLSchema' => array(
'string'=>'string','boolean'=>'boolean','float'=>'double','double'=>'double','decimal'=>'double',
'duration'=>'','dateTime'=>'string','time'=>'string','date'=>'string','gYearMonth'=>'',
'gYear'=>'','gMonthDay'=>'','gDay'=>'','gMonth'=>'','hexBinary'=>'string','base64Binary'=>'string',
// abstract "any" types
'anyType'=>'string','anySimpleType'=>'string',
// derived datatypes
'normalizedString'=>'string','token'=>'string','language'=>'','NMTOKEN'=>'','NMTOKENS'=>'','Name'=>'','NCName'=>'','ID'=>'',
'IDREF'=>'','IDREFS'=>'','ENTITY'=>'','ENTITIES'=>'','integer'=>'integer','nonPositiveInteger'=>'integer',
'negativeInteger'=>'integer','long'=>'integer','int'=>'integer','short'=>'integer','byte'=>'integer','nonNegativeInteger'=>'integer',
'unsignedLong'=>'','unsignedInt'=>'','unsignedShort'=>'','unsignedByte'=>'','positiveInteger'=>''),
'http://www.w3.org/2000/10/XMLSchema' => array(
'i4'=>'','int'=>'integer','boolean'=>'boolean','string'=>'string','double'=>'double',
'float'=>'double','dateTime'=>'string',
'timeInstant'=>'string','base64Binary'=>'string','base64'=>'string','ur-type'=>'array'),
'http://www.w3.org/1999/XMLSchema' => array(
'i4'=>'','int'=>'integer','boolean'=>'boolean','string'=>'string','double'=>'double',
'float'=>'double','dateTime'=>'string',
'timeInstant'=>'string','base64Binary'=>'string','base64'=>'string','ur-type'=>'array'),
'http://soapinterop.org/xsd' => array('SOAPStruct'=>'struct'),
'http://schemas.xmlsoap.org/soap/encoding/' => array('base64'=>'string','array'=>'array','Array'=>'array'),
'http://xml.apache.org/xml-soap' => array('Map')
)
Definition at line 161 of file class.nusoap.php. |
|
|
Initial value: array('quot' => '"','amp' => '&',
'lt' => '<','gt' => '>','apos' => "'")
Definition at line 194 of file class.nusoap.php. |
1.4.6