In my case I had to change the encoding in the RPCRouterServlet
so my problem wasn't on client-side but on the server-side(responses sent by
the Servlet)
have a look at Response Class in Apache's SOAP to see how the response is
parsed.
Probably, there you'll find the statement to modify
Hope this helps
or simply find the word UTF-8 in all the Apache's source code and correct
;-)
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
kitty
Sent: jeudi, 19. juillet 2001 14:52
To: [EMAIL PROTECTED]
Subject: URGENT: I'm in big trouble with soap-problem... Please Help me!!!


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.

Reply via email to