Friday, February 09, 2007 2:57 AM
by
Paul Wu
Bind 2 way RoleLink with a 1 way Send Port
Your orchestration uses a 2 way RoleLink for delivery but a new trading partner will only accept orders via a one way port. What do you do?
If the RoleLink requires a 2 way port, you’ll have to bind it to a 2 way port. To get around this restriction, you can create a special 2 way send port which sends the message back to a 2 way HttpReceive location (with loop back turned on). The loop back satisfies the response requirement of the 2 way RoleLink. The receive location should then have a 1 way send port subscribe to it which will handle the actual delivery.