Hi,
I am new to work with Dnn API framework so what I have did I simply download the project from
https://github.com/sschlesier/sf-webapi-helloworld
When,
I run it to my local it is working very fine and I am getting the
response as well but when I am using the created dll and files in server
(I have just copied the dll and files from local and paste in server)
it is giving me 404 error.
After done the all my final service url is : https://www.ways2wealth.com/DesktopModules/ways2wealth_Module/highcharts_Chart/API/Welcome/HelloWorld
Where ways2wealth_Module is the module folder and highcharts_Chart is the module name where I want to get the result.
Apart from the above: My concern is to get the data from client side. I am using highchart and to develop the chart I will have to get the data from the server side and will have to bind the js data in client side.
So, any other idea where I can easily get data using ajax call or something it would be a great help for me.
Thanks in advance to all Experts....