We've got to be clear here. We're talking about 2 different things.
1. wire message values
2. generated code
My statement applies to generated code.
Russell Butek
[EMAIL PROTECTED]
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: Re: [axis] LF vs CR/
On Tue, 4 Jun 2002, Russell Butek wrote:
> I think we should let the system do it. Always. If I've coded "\n" in the
> WSDL2java code, feel free to slap me around a bit.
The spec tells you to make sure that your implementation send out the
wire values (in bytes) of
GET / HTTP/1.0
i
On Tue, 4 Jun 2002, Richard Sitze wrote:
> Can someone give us a quick overview of when it is appropriate to HARDCODE
> CR/LF or LF in generated output, versus when we should use the system
> "line.separator" property?
The way HTTP is defined is 'on the wire'.
So you are not really sending out
: '[EMAIL PROTECTED]'
Subject: RE: [axis] LF vs CR/LF in axis generated code
You always need to use \r\n in HTTP code, which is what SimpleAxisServer is
trying to do.
--
Tom Jordahl
Macromedia
-Original Message-
From: Richard Sitze [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, Jun
You
always need to use \r\n in HTTP code, which is what SimpleAxisServer is trying
to do.
--
Tom
Jordahl
Macromedia
-Original Message-From: Richard Sitze
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 04, 2002 10:37
AMTo: [EMAIL PROTECTED]Subject: [axis] LF vs CR/LF
i
LF vs CR/LF in axis generated code
Can someone give us a quick overview of when it is appropriate to HARDCODE
CR/LF or LF in generated output, versus when we should use the system
"line.separator" property?
I'd be happy to summarize the replies and update
I think we should let the system do it. Always. If I've coded "\n" in the WSDL2java code, feel free to slap me around a bit.
Russell Butek
[EMAIL PROTECTED]
Please respond to [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
cc:
Subject: [axis] LF vs CR/LF in axis generated code
C
Can someone give us a quick overview of when it is appropriate to HARDCODE CR/LF or LF in generated output, versus when we should use the system "line.separator" property?
I'd be happy to summarize the replies and update the developers guide.
***
Richard