03-13-06 12:49 PM
An orchestration is an instance of a process. It does not exist until a
message is published in the MessageBox to which that orchestration
subscribes.
The Call and Start orchestration shapes directly start an orchestration, but
can only be called from an orchestration that has been created by receipt of
a messge.
Your orchestration consumes a Web Service, but this process must be
initiated by receipt of a message.
You need to decide when and how often you wish to call the Web Service.
You can then use a Receive port/receive location to generate a simple
trigger message that will start the orchestration.
Your orchestration will start, call the Web Service, process the response
and terminate.
The next trigger message will start a new instance of the orchestration and
repeat the process.
Greg
The Start Orchestration starts a second orchestration
"Swati" <Swati@discussions.microsoft.com> wrote in message
news:5EE46CBA-84E7-494F-9AE7-F4F4B70F124A@microsoft.com...[vbcol=seagreen]
>I am using Start Orchestration from the toolbox. I am using SOAP adapter to
> send the first message.
>
> Please guide me how to do it other than this. Iam newbie to orchestration.
> --
> Thank you,
> Regards,
> Swati
>
>
> "Greg Forsythe" wrote:
>
[ Post a follow-up to this message ]
|