Then it should be fixed, IMHO. This is causing interop problem.

XML spec talks about significant and insignificant white space.
I am not clear on this. What does SOAP spec mandate -- looked
like SUN's SOAP server implementation goes by a strict XML schema.

Soumen Sarkar.

-----Original Message-----
From: Scott Nichol [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, October 01, 2002 8:07 PM
To: [EMAIL PROTECTED]
Subject: Re: Extra line appearing in Apache Response


> 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]>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to