How to handle sharepoint web services exceptions
- by Royson
Hi,
I have developed an application of share point. I am using web services for that.
the problem is that while working with my app sometimes i get some exceptions.
like,
Exception of type 'Microsoft.SharePoint.SoapServer.SoapServerException'
was thrown.
Stack Strace :: 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
......... my methods
From this exception i cannot understand the main problem. While developing i can debug the code, but now my application is getting launched..i can get error log file from my client which contains this type of excetions.
But how to catch exact error.???
Thanks.