Lines Matching refs:thanks

36 - nusoap_base: do entity translation for string parameters with an xsd type specified (thanks David…
67 - wsdl: only specify encodingStyle in the input/output soap bindings when it is not empty (thanks G…
74 - soap_parser: fix code generating warning (thanks Torsten)
77 - soap_parser: fix another line of code generating a warning (thanks Torsten)
99 - soap_server: support compressed request messages (thanks John Huong)
164 - soap_server: when requested WSDL is in a file, return to client using passthru (thanks Ingo Fisch…
247 - soap_server: allow class and instance method calls for service (thanks Ingo Fischer and Roland Kn…
270 …oding in the XML declaration to the charset from the HTTP Content-Type header (thanks Ingo Fischer)
284 … HTTP status and generate error for 300, 302-307, 400, 401-417, 501-505 (thanks for the idea Ghisl…
285 - soap_transport_http: follow HTTP redirection (HTTP status 301 and Location header) (thanks for th…
286 …plexType, e.g., abstract, default, form, minOccurs, maxOccurs, nillable (thanks Jirka Pech for the…
289 - soapclient: read/write cookies (thanks Ingo)
291 - soap_transport_http: read/write cookies (thanks Ingo)
314 …ccount for the fact that get_class_methods returns methods in all lower case (thanks Steve Haldane)
315 - soap_transport_http: parse digest info that includes '=' in the data (thanks Jinsuk Kim)
331 - nusoap_base: improve serialization of null values (thanks Dominique Stender)
332 - soap_parser: parse null values by handling the nil attribute (thanks Dominique Stender)
333 - soap_server: set character encoding for a fault to be the same as for the server (thanks Mark Sco…
342 - soap_server: use get_class instead of is_a (thanks Thomas Noel)
343 - soapclient: use get_class instead of is_a (thanks Thomas Noel)
345 - soap_transport_http: fix client certificates (thanks Doug Anarino and Eryan Eriobowo)
349 …nyType instead of xsd:ur-type to serialize arrays with multiple element types (thanks Ingo Fischer)
350 - nusoap_base: expand entities in attributes (thanks Gaetano Giunta)
357 - soap_transport_http: do nothing in setEncoding if gzdeflate is not present (thanks Franck Touanen…
358 - soap_transport_http: fix check for server request for digest authentication (thanks Mark Spavin)
360 - wsdl: fix documentation page popup of one method after another (thanks Owen)
362 - wsdl: expand entities in attributes (thanks Gaetano Giunta)
390 - nusoapmime: add type=text/xml to multipart/related (thanks Emmanuel Cordonnier)
394 …doc/lit service does not wrap parameters in an element with the method name (thanks Peter Hrastnik)
395 - soap_transport_http: correctly handle multiple HTTP/1.1 100 responses for https (thanks Jan Slabo…
396 - wsdl: fixed documentation for addComplexType (thanks Csintalan �d�m)
397 - wsdl: serialize array data when maxOccurs = 'unbounded' OR maxOccurs > 1 (thanks Dominique Schrec…
425 - wsdl: for WSDL and XML Schema imports, don't forget to use the TCP port number (thanks Luca GIOPP…
430 - nusoap_base: correctly serialize attributes in serialize_val (thanks Hidran Arias)
431 - soap_parser: when resolving references, do not assume that buildVal returns an array (thanks Aksh…
432 - soap_parser: removed decode_entities, which does not work (thanks Martin Sarsale)
433 - soap_server: fix a bug parsing headers from _SERVER and HTTP_SERVER_VARS (thanks Bert Catsburg)
444 - soap_server: "flatten out" the parameter array to call_user_func_array (thanks Andr� Mamitzsch)
451 …if methodparams is not an array, call call_user_func_array with an empty array (thanks Eric Grossi)
463 - wsdl: fix bug in addComplexType (thanks Maarten Meijer)
479 …sposition to distinguish the root part from attachment; also check Content-Type (thanks Ben Bosman)
480 - nusoapclientmime: obey RFC 2045 Section 5.1 (thanks Chris Butler)
481 …sposition to distinguish the root part from attachment; also check Content-Type (thanks Ben Bosman)
482 - nusoapservermime: obey RFC 2045 Section 5.1 (thanks Chris Butler)
484 - nusoap_base: allow SOAP headers to be specified as an associative array (thanks Unique)
486 - nusoap_base: improve doc accuracy and consistency (thanks Martin K?gler)
487 - iso8601_to_timestamp: avoid problem with negative hours after calculation, etc. (thanks Guntram T…
488 - nusoapclient: support user-settable cURL options (thanks Ciprian Popovici)
490 - nusoapclient: improve doc accuracy and consistency (thanks Martin K?gler)
495 - soap_transport_http: support user-settable cURL options (thanks Ciprian Popovici)
498 - soap_transport_http: improve doc accuracy and consistency (thanks Martin K?gler)
500 - wsdl: set operation style if necessary, but do not override one already provided (thanks Raffaele…
502 - wsdl: improve doc accuracy and consistency (thanks Martin K?gler)
504 - xmlschema: improve doc accuracy and consistency (thanks Martin K?gler)
507 - nusoapclient: set decode_utf8 when creating a proxy (thanks Dmitri Dmitrienko)
515 - soap_transport_http: support CURLOPT_SSLCERTPASSWD (thanks David Blanco)
516 - wsdl: support user-settable cURL options (thanks Ciprian Popovici)
523 - nusoap_client: enable cURL usage to be forced (thanks Giunta Gaetano)
524 - soap_transport_http: enable cURL proxy usage (thanks Giunta Gaetano)
525 - soap_transport_http: enable cURL usage to be forced (thanks Giunta Gaetano)
527 - wsdl: enable cURL usage to be forced (thanks Giunta Gaetano)
531 - nusoap_xmlschema: don't add elements of complexTypes to elements array (thanks Heiko Hund)
536 …ssues with non-existing cache-files and PHP Warnings which came in such cases (thanks Ingo Fischer)
548 - soap_transport_http: improve detection of undefined cURL options (thanks Ingo Fischer)
551 - soap_transport_http: support digest authentication opaque feature (cf. RFC 2617) (thanks Daniel L…
553 …http: skip "HTTP/1.0 200 Connection established" header when cURL returns it (thanks Raimund Jacob)
562 - nusoap_xmlschema: fix serialization of simpleType restriction (thanks Rizwan Tejpar)
565 …-24.html R2735, rpc/literal accessor elements should not be in a namespace (thanks Kostas Kalevras)
566 …-24.html R2735, rpc/literal accessor elements should not be in a namespace (thanks Kostas Kalevras)
569 …-24.html R2735, rpc/literal accessor elements should not be in a namespace (thanks Kostas Kalevras)
570 …-24.html R2735, rpc/literal accessor elements should not be in a namespace (thanks Kostas Kalevras)
573 - nusoap_server: Fix munging of _SERVER variables that start with HTTP_ (thanks Thomas Wieczorek)
582 - wsdl: Fix typo in parametersMatchWrapped (thanks Sam Stepanyan)
583 - soap_transport_http: Fix three typos in setProxy (thanks Sam Stepanyan)
584 - nusoap_xmlschema: Fix typo in serializeTypeDef (thanks Sam Stepanyan)