I need to prepare .Net SOAP Web Service, which returns the JSON format , we must use this service on iPad and Android.
I searched a lot, but found only the WCF Restful service, which returns the JSON service and ASMX SOAP, which return XML.
Please help me prepare a .Net SOAP web service that returns JSON data from either WCF or ASMX (recommended by WCF).
If possible, please let me know what the standard format is (WCF REST return JSON, WCF SOAP return JSON, ASMX SOAP return XML, etc.) to use .NET web services with iPad / iPhone and Android.
source share