Currently I have webservice running on the Mono platform. When I call the service I get the data in the form of msg, and not msg.d. Any thoughts?
Update:
Wow, this turns out to be a big deal. As Phil Haack explains, this opens up the possibility of an XSS attack when you use a GET to fetch the data. Question still stands: should this be fixed?