I am consuming a PHP webservice as below
http://xxxxx.com/api/soapservice.php?wsdl
and consuming the same as below
team.obj r = new team.obj();
team.trackdata data = new team.trackdata();
data.BookingNumber = "1223232";
data.CompanyCode = "0012";
r.GetStatusDetails(data);
at r.GetStatusDetails(data);
I am getting the below error
The content type text/xml; charset=ISO-8859-1 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: