08-13-04 12:48 PM
Hi !
I want to catch a SoapException which is thrown by a web service in my
orchestration. To accomplish this I added a scope shape with
transaction type "none" to my orchestration and do the call to my web
service there. To catch the exception I added an exception handler
which should catch a SoapException (exeception type).
In my web service I tried first to throw a exception which is derived
from System.Exception. Then I found the article "Throwing Exceptions"
under http://www.microsoft.com/belux/nl/m... />
ions.mspx.
In this article the author throws a SoapException. I changed my web
service accordinlgy.
So how can I catch any exceptions which could occur in my web service
in my orchestration?
Many thanks !
Alex
[ Post a follow-up to this message ]
|