| Carlos 2004-12-17, 5:48 pm |
| First of all, I would like to thank you all for helping me in the past week.
I'm new to the whole .net, c#, biztalk world and it gets frustrating not
knowing or understanding how to do things.
I have an orchestration that calls a web service. I put the send and
receive in a scope and I have two exceptions, one for soap and the other for
general exceptions. The soap one is listed before the general one. In the
web service it can throw an exception and they format the message(I didn't
write the web service). My orchestration catches the exception, but doesn't
return the error messages from the web service. It sends the timeout thing
with something about the send.
Inside the expression for the exceptions I have the following code:
"errormessage = System.String.Concat(jtSoapException.InnerException.Message,
jtSoapException.Message);"
Where should I be looking?
--
Carlos
|