Hi all,
I’m having a problem with my orchestration. I have request-response port that receives a message, than a scope starts, in which some things are done with the message and finally the message is being sent back to the same port. There’s also an exception handler for the scope, in which another message is sent to the request-response port, indicating that there was an error.
When I compile this orchestration, I get this error:
Must receive before sending a message whose messagetype corresponds to a requestreponse operation on an implemented port
Anyone knows what the problem is?
THX!
Christophe