Lines Matching refs:nusoap_base

31 - nusoap_base: change documentation of soap_defencoding to specify it is the encoding for outgoing …
32 - nusoap_base: only change &, <, > to entities, not all HTML entities
36 - nusoap_base: do entity translation for string parameters with an xsd type specified (thanks David…
66 - nusoap_base: serialize specified type (e.g. ArrayOfString) even for simple array
103 - nusoap_base: add serialization of Apache Map (when not using WSDL)
128 - nusoap_base: add expandEntities method
140 - nusoap_base: Add some namespace methods previously in xmlschema
191 - nusoap_base: add (CVS) revision
196 - nusoap_base: add isArraySimpleOrStruct method
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
252 - nusoap_base: add anyType, anySimpleType for 2001 XML Schema
253 - nusoap_base: provide additional debug functions
311 - nusoap_base: add 2000 XML Schema (rare, but used by Akamai)
330 - nusoap_base: fix a bug in which attributes were sometimes not serialized with a value
331 - nusoap_base: improve serialization of null values (thanks Dominique Stender)
348 - nusoap_base: add global variable and methods for setting debug level
349 - nusoap_base: use xsd:anyType instead of xsd:ur-type to serialize arrays with multiple element typ…
350 - nusoap_base: expand entities in attributes (thanks Gaetano Giunta)
366 - nusoap_base: serialize empty arrays as having elements xsd:anyType[0]
367 - nusoap_base: add encodingStyle parameter to serializeEnvelope
368 - nusoap_base: serialize xsi:type with nil values
369 - nusoap_base: improve debug and comments
385 - nusoap_base: improve debug and comments
386 - nusoap_base: fix version, which should have been 0.7.0 since 2005-03-04
389 - nusoap_base: adjust numeric element names for serialization, instead of forcing them to 'soapVal'
402 - nusoap_base: Allow SOAP headers to be supplied as an array like parameters
412 - nusoap_base: do not override supplied element name with class name when serializing an object in …
413 - nusoap_base: remove http://soapinterop.org/xsd (si) from namespaces array
430 - nusoap_base: correctly serialize attributes in serialize_val (thanks Hidran Arias)
471 - nusoap_base: fix serialization of a soapval when its value is a soapval
483 - nusoap_base: remove extra whitespace from some XML elements
484 - nusoap_base: allow SOAP headers to be specified as an associative array (thanks Unique)
485 - nusoap_base: implement __toString
486 - nusoap_base: improve doc accuracy and consistency (thanks Martin K?gler)
543 - nusoap_base: avoid warning in getDebugAsXMLComment
555 - nusoap_base: add comments about which specifications are used/implemented by NuSOAP