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 Leo de Blaauw <ld...@iza.nl> on 2003/05/27 09:24:56 UTC

line separator woes part 3...

Hi all,

The list server keeps refusing my message on this so please ignore if it
actually did
come trough somewhere....

Not sure if this is at all axis related but i have a hunch it is....

When i log an incoming xml message the line separator correctly matches the
platform line.separator,
on windows slash-r slash-n Problem with the outgoing response, wich i got
from :

Message outMsg = msgContext.getResponseMessage();
String outMsgString = outMsg.getSOAPPartAsString();

however does not have the correct line separator in it. Now this makes log
files kinda cumbersome to read.

Anybody on here encountered this problem before ? I suppose I could dive
into
the axis source to lookup where getSOAPPartAsString get's it's separator
from under the hood. But maybe someone on the list has the answer to this
allready ?

Sincere greetings,

Leo de Blaauw
IZA/ACI
Groningen
the Netherlands