09-27-04 10:51 PM
Guru - I don't that you can do this - orchestrations that have
parameters and are called from other orchestrations cannot have
receive (activate) shapes as well.
I've just come across a similar problem, and found the easiest way out
was to create a third orchestration which has only an activate receive
shape, and a start orchestration shape (to start the second
orchestration). This orchestration can then be exposed as a web
service - so that the requests go through this proxy into the second
parameterized orchestration.
It's a bit messy, but seems to be the only way.
Hugo
[ Post a follow-up to this message ]
|