Deploying a web service
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
This is my first web service deployment and something has me confused. Actually a lot of things have me confused but that is another discussion): I am attempting to return a Linq XDocument from the call but apparently XDocuments are not serializable. I found a small C# class which serializes the document but now my questiions are: 1. What type is returned after serialization? 2. How do I put it back into XML form 3. Why would an XDocument not be serializable (Rhetorical question)? Michael