M
Mullin Yu
if the web services has a run-time error, how can i send a custom soap error
message, like embed the error stack trace:
try
{
.......
.......
}
catch(Exception ex)
{
// format the custom soap error message
msg = formatSOAPMsg(ex.ToString());
// send the soap error message
}
message, like embed the error stack trace:
try
{
.......
.......
}
catch(Exception ex)
{
// format the custom soap error message
msg = formatSOAPMsg(ex.ToString());
// send the soap error message
}