chimera_khadeer

Members
  • Content count

    5
  • Joined

  • Last visited

About chimera_khadeer

  • Rank
    Forum Newbie
  1. Consuming JSON object/String from Webservice

    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
  2. Hi I want to consume JSON data(Object/string) from the webservice in the client side using Javascript/Jquery. Can any one help me in providing the sample snippet. Thanks in advance.