Thanks Sashi for your reply.
I dont have issues in retrieving JSON data from .NET web service as JSON object/string. But i have an issue in consuming the data from the webservice for fusioncharts in javascript.
eg.,, myChart.setJSONUrl("http://server/myservice.asmx/webMethod");
The chart is displaying as invalid data. Where as if i copy/paste webmethods output in a json file the chart is being rendered.
Can you help me in sorting out this issue.
Thanks in advance