> In order to fix the problem for myself, I had to download Apache SOAP > sources and edit class org.apache.soap.util.StringUtils, replacing > > public static final String lineSeparator = > System.getProperty("line.separator", "\n"); > > with an easy > > public static final String lineSeparator = ""; > > Then I had to recomplie SOAP lib, and use custom buit jar. This solved my > problem completely. Now I wonder, what is the specific reason to insert new > lines?
It is just for readability, which means it is only useful when you have to debug. Scott Nichol -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>