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
Add or replace the following code above your IService Interface :
[ServiceContract ( Namespace="http://www.yoursite.com/"),XmlSerializerFormat]
Source