nusoap_base
Located in /nusoap.php (line 86)
Class | Description |
---|---|
![]() |
Contains information for a SOAP fault. |
![]() |
parses an XML Schema, allows access to it's data, other utility methods. |
![]() |
For creating serializable abstractions of native PHP types. This class |
![]() |
transport class for sending/receiving data via HTTP and HTTPS NOTE: PHP must be compiled with the CURL extension for HTTPS support |
![]() |
nusoap_server allows the user to create a SOAP server that is capable of receiving messages and returning responses |
![]() |
parses a WSDL file, allows access to it's data, other utility methods. |
![]() |
nusoap_parser class parses SOAP XML messages into native PHP values |
![]() |
[nu]soapclient higher level class for easy usage. |
toggles automatic encoding of special characters as entities (should always be true, I think)
the debug level for this instance
Current debug string (manipulated by debug/appendDebug/clearDebug/getDebug/getDebugAsXMLComment)
Current error string (manipulated by getError/setError)
namespaces in an array of prefix => uri
this is "seeded" by a set of constants, but it may be altered by code
CVS revision for HTTP headers.
charset encoding for outgoing messages
Identification for HTTP headers.
XML Schema types in an array of uri => (array of xml type => php type) is this legacy yet? no, this is used by the nusoap_xmlschema class to verify type => namespace mappings.
namespaces used in the current context, e.g. during serialization
Version for HTTP headers.
XML entities to convert
set schema version
adds debug data to the instance debug string without formatting
contracts (changes namespace to prefix) a qualified name
adds debug data to the instance debug string with formatting
expands entities, e.g. changes '<' to '<'.
expands (changes prefix to namespace) a qualified name
formats a string to be inserted into an HTML stream
gets the current debug data for this instance as an XML comment this may change the contents of the debug data
gets the global debug level, which applies to future instances
returns the local part of a prefixed string returns the original string, if not prefixed
returns the time in ODBC canonical form with microseconds
pass it a prefix, it returns a namespace
returns the prefix part of a prefixed string returns false, if not prefixed
returns the prefix for a given namespace (or prefix) or false if no prefixes registered for the given namespace
detect if array is a simple array or a struct (associative array)
serializes a message
serializes PHP values in accordance w/ section 5. Type information is not serialized if $use == 'literal'.
sets the debug level for this instance
sets the global debug level, which applies to future instances
Returns a string with the output of var_dump
Documentation generated on Tue, 06 Nov 2007 10:35:46 -0500 by phpDocumentor 1.3.0RC3