-1

Would like to create one wrapper for WCF application which will return JSON. Can you please suggest, how will I proceed to create wrapper for WCF application, where this wrapper will return JSON.

Do not want to change my existing application as my web application is already consuming this. I would like to consume this service for mobile application.

nehagupta03
  • 11
  • 1
  • 5
  • see [this question](http://stackoverflow.com/questions/2086666/how-do-i-return-clean-json-from-a-wcf-service?rq=1) and its answers – Sam Holder Jul 08 '15 at 08:00

1 Answers1

0

This should tell you all you need to know: http://www.codeproject.com/Articles/167159/How-to-create-a-JSON-WCF-RESTful-Service-in-sec

David Osborne
  • 6,436
  • 1
  • 21
  • 35