Axis2 [1.3] Problems with special chars

2008-02-14 Thread Thomas Pawlitzki
Hello, I am using axis to generate a stub for a webservice. But i have problems with this stub when i want to send messages containing special chars like ö,ä,ü. I add my data to the adbs and use getOMElement().toStringWithConsume() to log the date in the adb ?xml version=1.0 encoding=UTF-8?

Re: Axis2 [1.3] Problems with special chars

2008-02-14 Thread Andreas Veithen
On 14 Feb 2008, at 10:42, Thomas Pawlitzki wrote: When i now call the service method of the stub to send the message to the webservice the httpclient logs the follwowing: ... ns1:Vereinigung ns1:NatuerlichePerson ns1:NachnameDuck[0xd6]/ns1:Nachname ns1:VornameDaisy/ns1:Vorname

:Re: Axis2 [1.3] Problems with special chars

2008-02-14 Thread 杨晗
Hi Andreas,I also have the special chars problemswhen i use axiom-1.2.5 code to add multilanguage char to SOAP xml in axis2-1.3 "ééé" was translated to "

Re: Axis2 [1.3] Problems with special chars

2008-02-14 Thread Thomas Pawlitzki
Hey Andreas, HttpClient *logs* it like that. Indeed, all characters outside of the range 32..127 are transformed like that. You can see this from the code here: http://svn.apache.org/viewvc/httpcomponents/oac.hc3x/trunk/src/java/org/apache/commons/httpclient/Wire.java?view=markup