Click here to Skip to main content
16,019,055 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to create web service login web services with restful without using WCF how to create .I want data in json formate

any one help me
Posted
Comments
ZurdoDev 1-Oct-15 10:46am    
What exactly do you need help with?
ArvindTomar 1-Oct-15 11:23am    
i want to create login and data insert web services and get data in json format not in xml format

1 solution

WCF is probably your best bet

https://msdn.microsoft.com/en-us/library/dd203052.aspx[^]

Or use a different rest library that someone has implemented, or write your own.
 
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