FusionCharts Forum: want to render chart through webservice - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

want to render chart through webservice I want to call webservice

#1 User is offline   faissey 

  • Forum Newbie
  • Group: Members
  • Posts: 4
  • Joined: 05-February 08

Posted 08 February 2008 - 04:36 AM

Hi I want to render chart by calling webservice. Can some tell me how to do this.

For Example:

string strDataURL;

strDataURL = "BankChartData.aspx?AccID=" + id;

string chart = InfoSoftGlobal.FusionChart.RenderChart("../FusionCharts/FCF_Line.swf", strDataURL, "", "chart" + id.ToString(), "650", "450", false, false);



Here i want to pass my webservice method instead of strDataURL.
0

Other Replies To This Topic

#2 User is offline   Pallav 

  • FusionCharts Team
  • Group: Administrators
  • Posts: 2386
  • Joined: 08-December 06

Posted 13 February 2008 - 08:36 AM

This won't work because of 2 reasons:



- Cross-domain data security policy

- Difference in FusionCharts and web-service XML format
Thanks,
Pallav Nadhani
Co-founder & CEO, FusionCharts Team
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic