hi,
i checked the blog suggested at
http://dallas.sark.com/SarkBlog/mholdorf/archive/2004/10/22/442.aspx
but it also does not suggest how to get exact error message.
When we use a request-response ie send type of port for sql adapter and try to handle a exception like
database errors like primary key,null values etc
newtwork problems like database down,msdtc service off etc
the exception is catched by soap exception but we do not get any correct exception message.
it just says exception occurred.
we need exact reason for same.
do we need to catch diff exceptions like sqlexception,socketexception etc for same?
this a old problem and cant get any solution for same.