Re: [flexcoders] carriage return via web service

2005-05-08 Thread Reto M. Kiefer
Hi John, This works just fine (I tested it), with the exception of the shame heaped upon me like so many burning coals. I do want to know if anyone else has encountered this, and what they have done to get around it. I'm experiencing exactly the same problem as you. The Webservice is

[flexcoders] carriage return via web service

2005-04-18 Thread John Daharsh
Well I'm stumped. I am calling a .NET web service that inserts text from a TextArea into the database. When I try the Webservice from a .NET HTML form, if I have carriage returns in the text it saves them to the database just fine. When I call the webservice from FLEX and I have carriage

Re: [flexcoders] carriage return via web service

2005-04-18 Thread Manish Jethani
On 4/19/05, John Daharsh [EMAIL PROTECTED] wrote: The carriage return seems to be getting lost before the SOAP packet reaches the web service. I'm wondering if there is something in the underlying JRun application that is removing the character. It could be a bug if you're running on

RE: [flexcoders] carriage return via web service

2005-04-18 Thread Matt Chotin
: String = arr.join(\r\n); myService.myOp(newStr); Let us know if that helps, Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] Sent: Monday, April 18, 2005 12:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] carriage return via web service Well I'm

Re: [flexcoders] carriage return via web service

2005-04-18 Thread John Daharsh
To: flexcoders@yahoogroups.com Subject: [flexcoders] carriage return via web service Well I'm stumped. I am calling a .NET web service that inserts text from a TextArea into the database. When I try the Webservice from a .NET HTML form, if I have carriage returns in the text it saves them

Re: [flexcoders] carriage return via web service

2005-04-18 Thread John Daharsh
us know if that helps, Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Monday, April 18, 2005 12:49 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] carriage return via web service Well I'm stumped