Lines Matching refs:soap_parser
11 - soap_parser: changed the parser to pre-load the parent's result array when processing scalar valu…
55 - soap_parser: use XML type information to pick a PHP data type; also decode base64
70 - soap_parser: fix parsing of elements with no XSD type specified
71 - soap_parser: use PHP string type for XSD long and unsignedLong types
74 - soap_parser: fix code generating warning (thanks Torsten)
77 - soap_parser: fix another line of code generating a warning (thanks Torsten)
81 - wsdl, soapclient, soap_parser: patch submitted by Mark Spavin as described by
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
205 - soap_parser: fix document and responseHeaders so they are the correct XML text (as documented)
224 - soap_parser: parse repeated element name into an array (de-serializes doc/lit array into a PHP ar…
270 - soap_parser: compare any encoding in the XML declaration to the charset from the HTTP Content-Typ…
271 - soap_parser: improve parse repeated element name into an array (de-serializes doc/lit array into …
281 - soap_parser: handle default namespace attributes
302 - soap_parser: deserialize attributes, prefixing names with "!"
312 - soap_parser: avoid deserializing more common attributes that are not data
313 - soap_parser: be lax when HTTP specifies ISO-8859-1 (the default) and XML specifies UTF-8 (the nor…
332 - soap_parser: parse null values by handling the nil attribute (thanks Dominique Stender)
354 - soap_parser: call parent constructor
370 - soap_parser: correctly parse an empty array to an empty array, not an empty string
371 - soap_parser: improve debug and comments
403 - soap_parser: de-serialize simpleContent that accompanies complexContent
431 - soap_parser: when resolving references, do not assume that buildVal returns an array (thanks Aksh…
432 - soap_parser: removed decode_entities, which does not work (thanks Martin Sarsale)
442 - soap_parser: handle PHP5 soapclient's incorrect transmission of WSDL-described SOAP encoded array…
458 - soap_parser: check status when receiving Header or Body element
459 - soap_parser: add soapheader
510 - soap_parser: also provide a class named nusoap_parser