Devo preparare un servizio Web SOAP . NET che restituisce il formato JSON, dobbiamo utilizzare tali servizi in iPad & Android.Servizio Web SOAP .NET restituisce JSON
Ho cercato molto ma ho trovato solo WCF Restful service che restituisce il servizio SOAP JSON e ASMX che restituisce XML.
Please help me per preparare un servizio Web. SOAP netto che restituisce dati JSON WCF o ASMX (WCF raccomandato).
Se possibile, inoltre lo lasciamo sapere che cosa è il formato standard (WCF REST ritorno JSON, WCF ritorno SOAP JSON, ASMX ritorno SOAP XML, ecc) per utilizzare .NET web-services con iPad/iPhone & Android.
non è possibile tornare JSON da web-service. Ma puoi creare una stringa in formato json dalla tua. [Esempio] (http://stackoverflow.com/questions/6705681/returning-json-in-asp-net-webservice) –