I'm so sorry about sending this mail wihtout allowance. I'm looking for the solution about my problem with soap. I'm developing project using soap. Server is developed with Visual Basic and Client is developed with java(and Apache soap) in my project. I created WSDL file using WSDL Generator in MSSoapToolkit2.0 at Server-side. And I referenced that file at Apache soap(Client-side). There is no problem at all except for one thing. I guess that the problem was caused by the language encoding. I'm Korean. My country uses "EUC-KR" in XML encoding style, as you may know. Request is English-text and Response is English-text or Korean-text in my Project. This is a problem. Server with VB can send responses in Korean. Even though the client with java is able to receive responses, it can't interpret the messages into Korean. Default charset in Apache soap is "UTF-8". So I want to know how to change charset to "EUC-KR" in Apache soap(client-side). I was really trying to find any clue about that. But it was useless. I couldn't find it Apache soap API. Does anyone know solution? Please help me. Best regards.