Click here to Skip to main content
15,886,664 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to implement JSONP in my web service.. A request will be coming to webservice and My service sends the Json string to the caller. Now I am asked to implement JsonP . While I am browsing google i came to understand that JsonP meaning "Padding" and the CallBack keyword will be appended to the output string.

Example :
http://www.somedomain.com/TokenGenerator.aspx?callback=?SampleName


So I have a serious question that how can the recivier web service geths the CallBack value which is given by the caller"?


Please give a solution... I dont know how to get the url dyncamically to read the callback funtion in my webservie? Note: This is not a asp.net web application, its a webservice
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900