Well, Here is the response from xfire when i use soapui to process the request.
The problem: Mutualis� has to be Mutualisé [tmp1.xml] The problem occurs with others char like: Mutualisé [EMAIL PROTECTED] become Mutualis� [EMAIL PROTECTED] [tmp2.xml] So the response: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soap:Body> <getCustomerByCdResponse xmlns="http://service.dt.nrb.be"> <out> <act xmlns="http://to.dt.nrb.be">1</act> <actBoolean xmlns="http://to.dt.nrb.be">true</actBoolean> <cd xmlns="http://to.dt.nrb.be">00000</cd> <dencod xmlns="http://to.dt.nrb.be">2006-01-01T00:00:00+01:00</dencod> <id xmlns="http://to.dt.nrb.be">0</id> <name xmlns="http://to.dt.nrb.be">Mutualis�</name> <newOrUpdatedCustomer xmlns="http://to.dt.nrb.be">false</newOrUpdatedCustomer> <signed xmlns="http://to.dt.nrb.be">0</signed> </out> </getCustomerByCdResponse> </soap:Body> </soap:Envelope> So what else ? I use XFire 1.2.4, Spring 1.2.6 and Hibernate with oracle db XE and windows xp (cp1252) Tomek Sztelak wrote: > > These iso-8859-1 characters are added by XFire or by vb.net app ? And > what exactly are these characters ? > > On 1/30/07, jmi <[EMAIL PROTECTED]> wrote: >> >> Hi, >> >> I am trying to use XFire in my application. I have an encoding problem. >> It >> seems that iso-8859-1 characters are added to my file whereas UTF-8 is >> waited. So i have the Invalid byte 2 of 3-byte UTF-8 error. >> >> I am using a VB.Net application to consume the WS >> >> I am using windows xp and the new XFire 1.2.4 (same thing with 1.2.2) >> >> What can i do ? Where can i specify the encoding for a WS ? Is it >> possible >> ? >> >> Thanks >> -- >> View this message in context: >> http://www.nabble.com/xfire-%2B-spring--%3E-Invalid-byte-2-of-3-byte-UTF-8-tf3142303.html#a8709140 >> Sent from the XFire - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > > > -- > ----- > When one of our products stops working, we'll blame another vendor > within 24 hours. > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > http://www.nabble.com/file/6120/tmp1.xml tmp1.xml http://www.nabble.com/file/6121/tmp2.xml tmp2.xml -- View this message in context: http://www.nabble.com/xfire-%2B-spring--%3E-Invalid-byte-2-of-3-byte-UTF-8-tf3142303.html#a8717998 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
