Home
last modified time | relevance | path

Searched refs:soap_parser (Results 1 – 4 of 4) sorted by relevance

/plugin/mantis/lib/
H A Dchangelog70 - soap_parser: fix parsing of elements with no XSD type specified
74 - soap_parser: fix code generating warning (thanks Torsten)
100 - soap_parser: deserialize Apache Vector as an array
124 - soap_parser: add param to docs
133 - soap_parser: Properly set errors in ctor
204 - soap_parser: standardize parsing error message
281 - soap_parser: handle default namespace attributes
354 - soap_parser: call parent constructor
371 - soap_parser: improve debug and comments
459 - soap_parser: add soapheader
[all …]
H A Dclass.soap_parser.php635 class soap_parser extends nusoap_parser { class
H A Dnusoap.php7067 class soap_parser extends nusoap_parser { class
/plugin/googlesearch/
H A Dnusoap.php3832 $parser = new soap_parser($data,$this->xml_encoding,'',$this->decode_utf8);
5800 class soap_parser extends nusoap_base { class
5844 function soap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ function in soap_parser
6837 $parser = new soap_parser($data,$this->xml_encoding,$this->operation,$this->decode_utf8);