In my WCF Service I have a function, for example:
bool ValidateLogin(string user, string password)
after I hosted it in windows azure and a
Worked fine for me as below code:
[ServiceContract] [XmlSerializerFormat] public interface IService1 { // do code here }