f00b4r / nusoap

:smirk: Fixed NuSOAP for PHP 5.6 - 8.2
https://f00b4r.github.io/nusoap/
320 stars 356 forks source link

Enable option to use UTF-8 encoding in wsdl. #114

Closed haeussler-pharma4u closed 10 months ago

haeussler-pharma4u commented 11 months ago

Replaces hardcoded use of ISO-8859-1 charset in wsdl with the configured charset from soap_defencoding and thus fixes the error "Charset from HTTP Content-Type 'UTF-8' does not match encoding from XML declaration 'ISO-8859-1'" for clients consuming the wsdl, when the server defaults to UTF-8.

EsmerlinJM commented 8 months ago

Any updates of release this change?

f3l1x commented 7 months ago

Done https://github.com/f00b4r/nusoap/releases/tag/v0.9.17