error in msg parsing: Charset from HTTP Content-Type 'US-ASCII'
While using the VMCClient, PHP client or your own client for VMConnector web services, you receive this error:
Fault: Array ( [faultcode] => SOAP-ENV:Client [faultactor] => [faultstring] => error in msg parsing: Charset from HTTP Content-Type 'US-ASCII' does not match encoding from XML declaration 'UTF-8' [detail] =>...
If you customized the NUSOAP libraries please note:
Nusoap needs to force UTF-8 encoding as default and transfer it (FTP) to :
...yourwebsite.../modules/mod_vmconnector/nusoap/nusoap.php (override previous file) --> This for VMConnector 1.1.x versions.

