Hi I hope this doesn't sound like a stupid question as I am new to web services. I am passing job openings from one recruiter database to another using two C# applications and web services. I am using a JobOpening object (text in SQL Server) that becomes a string and is passed through a dataset and put back into a string and back into another SQL Server text field in the consuming database. When the text from the original database that sends that job opening is displayed, the text is formatted nicely with paragraphs and line breaks. But when I go to display the text in the new application (the consuming one) from the new SQL Server database, it is one giant block of text.
I've Googled this trying to find an answer and can't seem to find anything, although I'd imagine many others have run into this problem. Any clues on how I can solve this? Do I have to have a setting on the string object that is passed? Or maybe just pass the JobOpening objects? (and / or not use the dataset?) Thanks for any clues anyone can provide. Paul
