P
Peter Kirk
Hi
I have a program in c# which generates a string and calls a webservice,
passing this string. The string contains many \r\n characters (which have
byte values 0x0d and 0x0a).
But when the webservice receives the string only the 0x0a values arrive. Is
this normal behaviour - that it is not possible to send 0x0d in a string to
a webservice?
Thanks,
Peter
I have a program in c# which generates a string and calls a webservice,
passing this string. The string contains many \r\n characters (which have
byte values 0x0d and 0x0a).
But when the webservice receives the string only the 0x0a values arrive. Is
this normal behaviour - that it is not possible to send 0x0d in a string to
a webservice?
Thanks,
Peter