M
Mark
We have an internal web service that intentionally allows raw Exceptions to
be thrown to the clients that consume it. This web service is consumed by
internal ASP.NET applications. When the exception is caught by an ASP.NET
application, the amount of detail in the SOAP exception is limited. There
is no inner exception. However, if the exception is interegated by the
webservice before its thrown, it contains tons of information, including a
relevant stack trace. Is there a way for the client of the web service to
see this same level of exception detail?
Thanks in advance.
Mark
be thrown to the clients that consume it. This web service is consumed by
internal ASP.NET applications. When the exception is caught by an ASP.NET
application, the amount of detail in the SOAP exception is limited. There
is no inner exception. However, if the exception is interegated by the
webservice before its thrown, it contains tons of information, including a
relevant stack trace. Is there a way for the client of the web service to
see this same level of exception detail?
Thanks in advance.
Mark