Click here to Skip to main content
15,896,207 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have to create webservice which can read data from json format and keep data in json format.i have to make this webservice in classic asp
Posted

1 solution

By saying "webservice in classic asp"..I hope you mean ASMX web service. It is possible to use JSON format with that as described here:
http://stackoverflow.com/questions/19563641/how-to-get-json-response-from-a-3-5-asmx-web-service[^]
http://stackoverflow.com/questions/8405458/return-json-data-from-asmx-web-service[^]
and
Consuming JSON ASMX Web Services with AngularJS: A Beginners "Experience" ![^]

Hope those will help. Thanks.
 
Share this answer
 

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