Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

webservice giving error

Status
Not open for further replies.

swetab

Programmer
May 6, 2003
49
US
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 ---
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top