Hi, having looked around a bit I guess the encoding of the SOAP-response is not UTF-8 at all, but plain old ascii. Still the fault would be on the server side and there is little you can do about it on the client side. Mind you the <encoding="UTF-8"> tag does not force anything but is meant as a hint only Wolfgang
--- On Mon, 12/1/08, Wesley Mesquita <[EMAIL PROTECTED]> wrote: > From: Wesley Mesquita <[EMAIL PROTECTED]> > Subject: Is there any workaround over invalid character in responses? > To: [email protected] > Date: Monday, December 1, 2008, 6:09 PM > Hi all, > > I am having troubles with the the exception: > > org.apache.axiom.om.OMException: > com.ctc.wstx.exc.WstxIOException: Invalid > UTF-8 > middle byte 0x64 (at char #538, byte #127) > at > org.apache.axiom.om.impl.builder.StAXOMBuilder.next(StAXOMBuilder.jav > a:239) > at > org.apache.axiom.om.impl.llom.OMElementImpl.buildNext(OMElementImpl.j > ava:552) > at > org.apache.axiom.om.impl.llom.OMElementImpl.getFirstOMChild(OMElement > Impl.java:563) > at > org.apache.axiom.om.impl.llom.OMElementImpl.getFirstElement(OMElement > Impl.java:823) > at > org.apache.axiom.soap.impl.llom.SOAPBodyImpl.hasFault(SOAPBodyImpl.ja > va:89) > at > org.apache.axis2.description.OutInAxisOperationClient.handleResponse( > OutInAxisOperation.java:340) > > Using axis2-1.3 with stubs generated by eclipse wtp. > > > So, we think there is just one character in the responses > that is not UTF-8 > (ã, very commom in portuguese), but we don´t have much to > do on the server > side (just send reports). This is breaking other tests with > the application, > so would very intersting to workaround this for now. > > I tried a lot of things, read a lot of mailing lists, but > nothing has > worked. > > I have been trying to convert non-UTF-8 chars to some kind > of garbage just > do complete the trasaction, but did not word. We only can > see the data in > the SOAP envelope using sniffers; > > Thanks in advance for any help. > > > > -- > Wesley Mesquita > Computer Engineering Student > Institute of Computing > University of Campinas (UNICAMP) > Mobile: +55 19 93455420 > LinkedIn: http://www.linkedin.com/in/wesleymesquita --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
