You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by arkady sharkansky <sh...@ochin.org> on 2007/08/31 02:04:40 UTC

character translation problem

i am using axis 1.1. i generated the client code using wsdl2java
generate all the code. i have a function that takes a string. the string
contains a '\r'. by the time it gets to the server, it has turned into a
'\n'. is this a standard soap behaivor. the ruby implementation does not
do this.

how do i turn this off.

thanks,

arkady