When consuming a .NET WCF webservice I get the following response (error):
Unsupported HTTP response status 415 Cannot process the message because t
You can specify the encoding of NuSOAP streams with the webservices like that :
$client = new nusoap_client($params); $client->soap_defencoding = 'UTF-8';