Marco Tanda Posted February 10, 2020 Share Posted February 10, 2020 Hello, i have a process within my Application module, with an Invoke activitythat is calling a SOAP process in another Application module. This called application module is common among my team; not a Shared module, but is the same for all of us, we use GitLab to keep ourself updated to this kind of modificationand i need to modify only this common application module in order to provide the same results in all our projects. The process in the called module has a simple CallProcedure activity and a Reply; i need to Throw an error when the CallProcedure responds with a code != 0. So i have added a Throw activity with the condition in thetransition, and a Catch All with a Reply activity that replies with a Fault msg, not the Output msg.(In the attached Img there is a second Throw activity in the Catch all scope, but i tried several combinations) When i run the whole project to test the error handling, i get a SOAP Binding error in the Invoke activity in my application module, and within this error there are also Msg and MsgCode of the Throw Activity in the called module. The question is: is there any way to have a specific Fault output in the Invoke activity w/out any modification in my application module, only by altering the called one Thanks, Marco Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now