Try to use Environment.NewLine . for better result
regards
erymuzuan mustapa
> I am using WSE2.0 to pass some strings from a client to a webservice (both
> written in c#). I notice that something is changing the CR \ LF's in my
[quoted text clipped - 14 lines]
>
> Andrew
Andrew - 21 Feb 2005 15:31 GMT
The trouble is I have some legacy data files that I am attempting to send to
a web service. The file contains the \r and \n and \r\n character sequences.
If I pass a string (or any object) I expect it to arrive un-altered at the
web service! I should not have to work around this stuff. What other
characters are converted? I could not find anything in the documentation
about the \r conversion!
Andrew
> Try to use Environment.NewLine . for better result
>
[quoted text clipped - 19 lines]
> >
> > Andrew