I have a web-service called SalesService, which returns the info as a "SalesInfo" instance. This web-service will be called from a Windows application.
I want to know whether its possible to send the result from web-service in a JSON format?.
Remember here its being called from a Windows app not from a web app. I want to know how we can send JSON from webservice to a windows app.. so that XML serialization wont happen.
Thanks