Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have create a wcf service those are used in android application and web application. Please suggest me that which security use in service...

Please Reply...
Posted

The first thing that I will ask you is, are you going to use RESTful service or SOAP based service?

If you are approaching SOAP based service then you will get better benefits but you need to communicate with the service using xml soap message.

In case of Restful service you will have less benefits when it comes to security but you will have options like xml message, json message, etc.
 
Share this answer
 
I'm assuming that you have created RESTful WCF service.
In order to provide security :
Secure WCF RESTful service using OAUTH[^]
http://msdn.microsoft.com/en-us/library/hh446531.aspx[^]
and
Securing WCF[^]
 
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