I am using Axis2 1.2, and have a Web Service API which receives a text string which contains CRLF (carriage-return, linefeed) characters.
By the time the string gets through the de-serialization layer on the receiving server-side, the CRLF has become just LF. This probably works well for Unix, but I am running on Windows. Is there any way to control this? Is this a bug? Anyone seen this before? Thanks, Dave
