Hi, I am trying to create a japanese web service. When I try to debug it using tcpmon, I see all the wrong characters.
I looked at the source code of the tcpmon, and found out that it converts bytes to characters using the machines default encoding, not the encoding specified in the http header. I am running on a windows japanese machine but my soap packets are being transmitted in utf-8. Is there a plan to fix this? I realize that tcpmon is not always meant for HTTP, so it may not be possible to deduce the encoding from the packet content. Pratik