Is there a way to embed a “try catch” within a “try”?
I have a flow service with a main “try catch” statement. Within the main “try” I am implementing “pub.client:smtp”. Currently, if the email server is down, it results in an error in the flow service, and the flow service exits. However, in the event of an error related to “pub.client:smtp”, I just want the flow service to move on with the rest of the code inside of the “try”.
I’ve tried embedding another “try catch” inside of the main “try” statement; however it doesn’t appear to work. I’m on IS version 10.1.
What would be the best way to implement this? Thanks.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services