users@jax-rpc.java.net

Character Set Encoding

From: Leonardo Rodriguez <leonardomatiasrodriguez_at_gmail.com>
Date: Thu, 21 Jan 2010 18:36:50 -0300

Hi !
I developed a web service, and a mobile client. On the Sun Wireless
Toolkit Emulator the mobile client works fine, but when it's deployed
on my nokia 5800, there is
an error when i send a char like á,é,ñ :

Jan 21, 2010 10:31:23 PM
com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit handle
SEVERE: Couldn't create SOAP message due to exception: XML reader
error: com.ctc.wstx.exc.WstxIOException: Invalid UTF-8 middle byte
0x65 (at char #261, byte #37)

i found a solution for this problem but for the ibm implementation of jax-rpc :
set the javax.xml.soap.SOAPMessage.CHARACTER_SET_ENCODING property
but in the stub generated by netbeans ( netbeans impl of jax-rpc ?? )
i don't find this property

Thanks you in advance