| Ken Powers 2006-03-25, 11:37 am |
| I have a single Orchestration that communicates to a web service, and I am
trying to resolve the following compilation error:
"you must specify at least one already-initialized correlation set for a
non-activation receive that is on a non-selfcorrelating port"
I cannot activate any of my Receive shapes since I am using parameters in my
Orchestration. So I created a correlation set. The problem is, my
correlation set is completely ignored.
Here are the steps I have taken to get to this point:
1) Created a schema with a promoted property I am using in my correlation set
2) Used the Port Configuration Wizard to create a port to communicate to the
web service. I chose the "Use an existing Port Type" option and selected the
Web Port Type for my web service
3) Created a Correlation Type and chose the property I promoted within my
schema for its type
4) Created a Correlation Set based on this type
5) Went to my Send and Receive shapes and chose the Correlation Set as their
Initializing Correlation Set
I could find no other configurable options, so I stopped here and tried to
compile again. The error persists. What should I do?
|