Lines Matching refs:serialize

66 - nusoap_base: serialize specified type (e.g. ArrayOfString) even for simple array
187 - wsdl: serialize boolean as true|false, not 1|0, to agree with XML Schema
219 - wsdl: serialize multiple elements when maxOccurs="unbounded" and value is an array
220 - wsdl: serialize soapval values (used to force an XML type, e.g. when WSDL uses an abstract type)
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
242 - nusoap_base: serialize array of struct differently than array of array
276 - wsdl: serialize SOAP-ENC types similarly to XSD types
306 - wsdl: serialize elements from complexType extension base
307 - wsdl: serialize data (associative array elements) as attributes according to XML Schema
317 - wsdl: don't serialize the decimal portion of a PHP double when the XML type is long
349 - nusoap_base: use xsd:anyType instead of xsd:ur-type to serialize arrays with multiple element typ…
366 - nusoap_base: serialize empty arrays as having elements xsd:anyType[0]
368 - nusoap_base: serialize xsi:type with nil values
377 - wsdl: serialize nil value for nillable elements when no value is provided
378 - wsdl: serialize xsi:type with nil values
397 - wsdl: serialize array data when maxOccurs = 'unbounded' OR maxOccurs > 1 (thanks Dominique Schrec…
403 - soap_parser: de-serialize simpleContent that accompanies complexContent
407 - xmlschema: serialize attributes more generally, rather than assuming they are for SOAP 1.1 Array
430 - nusoap_base: correctly serialize attributes in serialize_val (thanks Hidran Arias)
446 - wsdl: use serialize_val to serialize an array when the XSD type is soapenc:Array (JBoss/Axis does…
517 - wsdl: serialize parameters for non-SOAP 1.1 binding operations (there is no reason to believe thi…