it is giving me the following error:
___________________________________________________________________________
Server side error:System.InvalidOperationException: Client found response content
type of 'text/html', but expected 'text/xml'.
The request failed with the error message:
--
<%@ WebService Language="c#" Codebehind="SupportService.asmx.cs"
Class="CuteChat.SupportService" %>
--.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at LiveSupport.CuteChatService.SupportService.SupportLogin(String loginName, String password)
at LiveSupport.LoginForm.button1_Click(Object sender, EventArgs e)
____________________________________________________________________________
please help me
thank you