Closed GoogleCodeExporter closed 9 years ago
I fixed this problem.
Because HttpTransport set Content-Type is "text/html"
so that i must set it to "text/html;charset=utf-8"
I write a class extends from Transport class
And change a litle bit in public List call(String soapAction, SoapEnvelope
envelope, List headers)
connection.setRequestProperty("Content-Type", "text/xml;charset=utf-8");
--> Finally. I can send a utf-8 string to server success.
Original comment by tauit.d...@gmail.com
on 23 Oct 2011 at 12:38
Fixed for project in
https://github.com/mosabua/ksoap2-android/commit/673388f877d5f58e50e6d69b88fddf2
dc729b6c8
will be released with 2.6.0
Original comment by mosa...@gmail.com
on 18 Nov 2011 at 4:58
Original issue reported on code.google.com by
tauit.d...@gmail.com
on 23 Oct 2011 at 11:13