Hey guys,
I put my entire orchestration inside of a scope with a catch block set to trap a \”system.exception\”. Within this scope I make calls to a number of web services. These web service calls are contained in a scope of their own that catch soap exceptions and throws them to the main catch block. I have a string variable that holds custom error info that I try to access within the main catch block. I keep getting \”use of unassigned variable\”. But, if I take the receive shape outside of the main scope, I don’t get this error.
Any ideas why taking the receive shape out of the main scope will fix this?