Lines Matching refs:XML

55 - soap_parser: use XML type information to pick a PHP data type; also decode base64
187 - wsdl: serialize boolean as true|false, not 1|0, to agree with XML Schema
205 - soap_parser: fix document and responseHeaders so they are the correct XML text (as documented)
220 - wsdl: serialize soapval values (used to force an XML type, e.g. when WSDL uses an abstract type)
230 - soap_server: add methodreturnisliteralxml property to allow service function to return XML as a s…
232 - soapclient: allow XML string as call params in addition to array
236 - wsdl: serialize PHP objects for WSDL XML Schema complexTypes, in addition to associative arrays
241 - nusoap_base: serialize boolean as true|false, not 1|0, to agree with XML Schema
252 - nusoap_base: add anyType, anySimpleType for 2001 XML Schema
270 - soap_parser: compare any encoding in the XML declaration to the charset from the HTTP Content-Typ…
307 - wsdl: serialize data (associative array elements) as attributes according to XML Schema
311 - nusoap_base: add 2000 XML Schema (rare, but used by Akamai)
313 - soap_parser: be lax when HTTP specifies ISO-8859-1 (the default) and XML specifies UTF-8 (the nor…
317 - wsdl: don't serialize the decimal portion of a PHP double when the XML type is long
425 - wsdl: for WSDL and XML Schema imports, don't forget to use the TCP port number (thanks Luca GIOPP…
447 - wsdl: change formatting of serialized XML for the WSDL
448 - xmlschema: change formatting of namespaces when serializing XML for the schema
483 - nusoap_base: remove extra whitespace from some XML elements
556 - nusoap_xmlschema: create names for unnamed types that are unique by scope within XML Schema