Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Pedro Gilbert   on May 24 In Java Category.

  
Question Answered By: Ora Hanson   on May 24

I have a java  Web Service (Apache SOAP on Tomcat) that is called  from
a VB Client using MSSOAP toolkit, I send  the Envelope with a Latin1
Encoding in order  tu support  the characters. All seems to work
properly but, when the message  (In XML format) contains special
characters like Ñ, the String Parameter i print  in a text  file on the
server side, has other characters  (? instead of Ñ).
Does anybody know how to avoid  this problem?
Is it necesary to make some special  treatment on the server side  to
the received String?

Share: 

 
 
Didn't find what you were looking for? Find more on Problems With Special Characters in JAVA (String Or get search suggestion and latest updates.


Tagged: