Click here to Skip to main content
15,885,757 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have requiremment to create an API and publish over internet. Below are the requiremtns for the API.

1)This need to be accessed only by registered users.Currently registered users are avaiable in Membership database.
2)Expose data in XML and json (Which is possible in REST WCF Service)

Questions:
1)I want to authenticate user whoever is accessing the service.
2)return the data either in xml and json
3)I am unable to expose data in json & xml using webHttpbinding with authentication.
4)Is it possible to return data in json and xml using wsHttpBinding because it supports user authentication of membership database.

Looking forward for some help.

Advance Thanks!!

Thanks
N.Srinivas
Posted

You may refer to this article
 
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