what is web method attribute in web service? fro example
[WebMethod(EnableSession = true)]
[ScriptMethod(UseHttpGet = true)]
public string GetApplicationDomains(string strParameterList)
{
}
for what purpose this attributes WebMethod and ScriptMethod are used?