Hi,
I am using the webservice I have given break points while running, when it comes to the <WebMethod()> in asmx.vb file at this line
Dim clsAnswers As New CasEKMS.CAnswers(),
it stops executing and throws me this error.
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Runtime.InteropServices.COMException (0x800AEA5F): Exception from HRESULT: 0x800AEA5F. at eKMSWS.eKMS.cUsers_ListByLogin(String strUserID, String strUsername, String strFirstName, String strLastName, String strEmailAddress) in C:\My Projects\Sykes Newton\Version 1.6\Website\eKMSWS\eKMS.asmx.vb:line 197 --- End of inner exception stack trace ---
I am using the webservice I have given break points while running, when it comes to the <WebMethod()> in asmx.vb file at this line
Dim clsAnswers As New CasEKMS.CAnswers(),
it stops executing and throws me this error.
System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Runtime.InteropServices.COMException (0x800AEA5F): Exception from HRESULT: 0x800AEA5F. at eKMSWS.eKMS.cUsers_ListByLogin(String strUserID, String strUsername, String strFirstName, String strLastName, String strEmailAddress) in C:\My Projects\Sykes Newton\Version 1.6\Website\eKMSWS\eKMS.asmx.vb:line 197 --- End of inner exception stack trace ---