Re: [axis] LF vs CR/LF in axis generated code

2002-06-05 Thread Russell Butek
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/

Re: [axis] LF vs CR/LF in axis generated code

2002-06-05 Thread dirkx
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

Re: [axis] LF vs CR/LF in axis generated code

2002-06-05 Thread dirkx
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

RE: [axis] LF vs CR/LF in axis generated code

2002-06-04 Thread Taras Shkvarchuk
: '[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

RE: [axis] LF vs CR/LF in axis generated code

2002-06-04 Thread Tom Jordahl
  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

RE: [axis] LF vs CR/LF in axis generated code

2002-06-04 Thread Taras Shkvarchuk
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

Re: [axis] LF vs CR/LF in axis generated code

2002-06-04 Thread Russell Butek
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

[axis] LF vs CR/LF in axis generated code

2002-06-04 Thread Richard Sitze
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