Hello again,
i havent posted here for the last 2 years but i am happy to be back here.

i have a visual basic .net 2005 project that calls a webservice method ( built also using vb.net 2005). this webservice is supposed to log some events [ insert a database row] into a sql server 2005 database on the same server the webservice is deployed on.

now when i invoke the webmothod from any client application, i send it a multilines text block on a string parameter of the webservice. the problem is the new lines [ carriage returns] it is all lost.

all multiple lines are inserted and retrieved later from the database as a single line text.

how can i make the xml web service understands that i am sending multiple lines ???

thank you all