Lines Matching refs:add

28 - soap_transport_http: fix setCredentials and add TODO comments in sendHTTPS about what to change i…
39 - soap_transport_http: add proxy authentication
41 - wsdl: add proxy authentication
42 - soapclient: add proxy authentication
57 - soap_server: add gzip encoding support for outgoing messages
60 - soapclient: add responseData member to access deflated/gunzipped payload
103 - nusoap_base: add serialization of Apache Map (when not using WSDL)
104 - wsdl: add serialization of Apache Map (when using WSDL)
112 - soap_transport_http: add setContentType
116 - wsdl: add some more code to handle null/nil values (but there's still a way to go)
120 - soap_transport_http: add some code to use OpenSSL for PHP ssl:// scheme, but comment out since it…
122 - wsdl: add WSDL request and response and transport debug to debug
124 - soap_parser: add param to docs
125 - soapclient: add getHTTPBody, getHTTPContentType, getHTTPContentTypeCharset (anticipating MIME sub…
128 - nusoap_base: add expandEntities method
159 - wsdl: remove some debug, add some error handling
171 - wsdl: add namespace for array and scalar when form is qualified
174 - wsdl: add addSimpleType
175 - xmlschema: add addSimpleType
191 - nusoap_base: add (CVS) revision
193 - wsdlcache: add cache lifetime, after which cache contents are invalidated (Thanks Ingo)
196 - nusoap_base: add isArraySimpleOrStruct method
214 - soap_transport_http: add digest authentication (based on code by Kevin A. Miller)
230 - soap_server: add methodreturnisliteralxml property to allow service function to return XML as a s…
252 - nusoap_base: add anyType, anySimpleType for 2001 XML Schema
282 - soap_server: add default_utf8 field
294 - wsdl: add addElement method
298 - xmlschema: add addElement method
311 - nusoap_base: add 2000 XML Schema (rare, but used by Akamai)
344 - soapclient: add setEndpoint method
348 - nusoap_base: add global variable and methods for setting debug level
367 - nusoap_base: add encodingStyle parameter to serializeEnvelope
376 - wsdl: add namespace for Apache SOAP types if a variable of such type is serialized
390 - nusoapmime: add type=text/xml to multipart/related (thanks Emmanuel Cordonnier)
414 - nusoapmime: add nusoapservermime class to implement MIME attachments on the server
419 - soap_server: add hook functions to support subclassing for MIME attachments
437 - wsdl: add enumeration parameter to addSimpleType
438 - xmlschema: add enumeration parameter to addSimpleType
457 - soapclient: add getHeader to get parsed SOAP Header
459 - soap_parser: add soapheader
460 - soap_server: add requestHeader with parsed SOAP Header
473 - soapval: add __toString (cf. http://article.gmane.org/gmane.comp.php.nusoap.general/2776)
476 - wsdl: add ability to set authorization credentials and retrieve WSDL outside of constructor
530 - nusoap_client: add debug
531 - nusoap_xmlschema: don't add elements of complexTypes to elements array (thanks Heiko Hund)
533 - soap_transport_http: add debug when setting cURL option
535 - wsdl: add debug
555 - nusoap_base: add comments about which specifications are used/implemented by NuSOAP