Pass Email Id as parameter in WCF restful service?

If You could use POST: ServiceContract public interface IMyService { OperationContract bool Authenticate(EmailCredential request); } DataContract public class EmailCredential { DataMember public string EmailId {get; set;} DataMember public string Password {get; set;} } and call service using WebClient or WebHttpRequest with that xml (i don't know now how json looks like for this so xml) sushant. Bhatnagar@greatdevelopers. Com 123.

Oh it is another way for doing it , but there is any alternative way for it with GET request . – Sushant Oct 15 at 6:03 Unfortunately every GET request will be refused cause problem you mention:/ So I see that only solution is POST. – netmajor Oct 15 at 7:33 1 There is a option if you send email id as base 64 encoded and in service function decoded it .

– Sushant Oct 21 at 12:58.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions