Searched refs:soap_parser (Results 1 – 4 of 4) sorted by relevance
70 - soap_parser: fix parsing of elements with no XSD type specified74 - soap_parser: fix code generating warning (thanks Torsten)100 - soap_parser: deserialize Apache Vector as an array124 - soap_parser: add param to docs133 - soap_parser: Properly set errors in ctor204 - soap_parser: standardize parsing error message281 - soap_parser: handle default namespace attributes354 - soap_parser: call parent constructor371 - soap_parser: improve debug and comments459 - soap_parser: add soapheader[all …]
635 class soap_parser extends nusoap_parser { class
7067 class soap_parser extends nusoap_parser { class
3832 $parser = new soap_parser($data,$this->xml_encoding,'',$this->decode_utf8);5800 class soap_parser extends nusoap_base { class5844 function soap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ function in soap_parser6837 $parser = new soap_parser($data,$this->xml_encoding,$this->operation,$this->decode_utf8);