Lines Matching refs:type

36 - nusoap_base: do entity translation for string parameters with an xsd type specified (thanks David…
55 - soap_parser: use XML type information to pick a PHP data type; also decode base64
66 - nusoap_base: serialize specified type (e.g. ArrayOfString) even for simple array
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
123 - wsdl: handle custom type extending xmlschema namespace (GLUE ... Thanks Matt)
137 - xmlschema: Add some information for the related type to an element
172 - wsdl: fix a bug in which data type of complexType elements were ignored in serialization
220 - wsdl: serialize soapval values (used to force an XML type, e.g. when WSDL uses an abstract type)
250 - wsdl: fix serialization of soapval without a type
277 - xmlschema: force unprefixed type into default namespace
317 - wsdl: don't serialize the decimal portion of a PHP double when the XML type is long
324 - wsdl: allow an element in one schema to have a type from another schema
349 - nusoap_base: use xsd:anyType instead of xsd:ur-type to serialize arrays with multiple element typ…
368 - nusoap_base: serialize xsi:type with nil values
376 - wsdl: add namespace for Apache SOAP types if a variable of such type is serialized
378 - wsdl: serialize xsi:type with nil values
390 - nusoapmime: add type=text/xml to multipart/related (thanks Emmanuel Cordonnier)
423 - wsdl: when serializing complexType elements, used typed serialization if there is either a type o…
446 - wsdl: use serialize_val to serialize an array when the XSD type is soapenc:Array (JBoss/Axis does…
452 - wsdl: distinguish parts with element specified from those with type specified by suffixing elemen…
453 - wsdl: do a case-insensitive match on schema URI when looking for type
454 - xmlschema: only get element (not type) when name has ^ suffix