Documentation TYPO3 par Ameos |


Public Member Functions | |
| soap_parser ($xml, $encoding='UTF-8', $method='', $decode_utf8=true) | |
| start_element ($parser, $name, $attrs) | |
| end_element ($parser, $name) | |
| character_data ($parser, $data) | |
| get_response () | |
| getHeaders () | |
| decodeSimple ($value, $type, $typens) | |
| buildVal ($pos) | |
Public Attributes | |
| $xml = '' | |
| $xml_encoding = '' | |
| $method = '' | |
| $root_struct = '' | |
| $root_struct_name = '' | |
| $root_struct_namespace = '' | |
| $root_header = '' | |
| $document = '' | |
| $status = '' | |
| $position = 0 | |
| $depth = 0 | |
| $default_namespace = '' | |
| $namespaces = array() | |
| $message = array() | |
| $parent = '' | |
| $fault = false | |
| $fault_code = '' | |
| $fault_str = '' | |
| $fault_detail = '' | |
| $depth_array = array() | |
| $debug_flag = true | |
| $soapresponse = NULL | |
| $responseHeaders = '' | |
| $body_position = 0 | |
| $ids = array() | |
| $multirefs = array() | |
| $decode_utf8 = true | |
Definition at line 4745 of file class.nusoap.php.
|
||||||||||||||||||||
|
constructor that actually does the parsing
Definition at line 4789 of file class.nusoap.php. References $decode_utf8, $method, $xml, $xml_encoding, buildVal(), character_data(), nusoap_base::debug(), end_element(), nusoap_base::setError(), and start_element(). |
|
|
builds response structures for compound values (arrays/structs) and scalars
Definition at line 5228 of file class.nusoap.php. Referenced by soap_parser(). |
|
||||||||||||
|
element content handler
Definition at line 5136 of file class.nusoap.php. Referenced by soap_parser(). |
|
||||||||||||||||
|
decodes simple types into PHP variables
Definition at line 5184 of file class.nusoap.php. |
|
||||||||||||
|
end-element handler
Definition at line 5032 of file class.nusoap.php. Referenced by soap_parser(). |
|
|
get the parsed message
Definition at line 5161 of file class.nusoap.php. |
|
|
get the parsed headers
Definition at line 5171 of file class.nusoap.php. |
|
||||||||||||||||
|
start-element handler
Definition at line 4881 of file class.nusoap.php. References nusoap_base::debug(), nusoap_base::getLocalPart(), and nusoap_base::getPrefix(). Referenced by soap_parser(). |
1.4.6