Howdy, I want to understand the usage of the "catch" construct in BPEL 2.0. Are there any good tutorials that explain its typical usage?
Consider the catch block below: <catch faultName="HorribleFault" faultType="ns1:HorribleFault" faultVariable="HorribleFaultVar"> </catch> Here, does HorribleFaultVar need to be of type ns1:HorribleFault? Also, what are the generic properties of HorribleFaultVar that will be available? Like, how do I access the actual error message, error code if any, from this variable? Thanks, -Kodeninja -- View this message in context: http://www.nabble.com/How-to-use-the-%3Ccatch%3E-element-in-BPEL--tp24719833p24719833.html Sent from the Apache Ode User mailing list archive at Nabble.com.
