|
Home > Archive > BizTalk Server Orchestration > March 2006 > Not able to see the orchestration in the HAT
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Not able to see the orchestration in the HAT
|
|
|
| Hi,
I am consuming the webservice using an orchestration. The web service method
has string as a request and xmlDocument as a response. When I deployed the
orchestration on Biztalk it gets deployed. After starting the orchestration,
it is not visible in the recent service instances nor in suspended or
terminated in HAT. Hence I am not able to debug it.
Can anybody help me to identify why it is not displaying in the HAT? Am i
going wrong somewhere?
Your earliest help will be most appreciated.
--
Thank you,
Regards,
Swati
| |
| Greg Forsythe 2006-03-13, 7:48 am |
| How do you initiate the orchestration?
What adapter do you use to send the first message?
"Swati" <Swati@discussions.microsoft.com> wrote in message
news:08A63ABF-4A70-48F9-BA85-D419D0543E73@microsoft.com...
> Hi,
>
> I am consuming the webservice using an orchestration. The web service
> method
> has string as a request and xmlDocument as a response. When I deployed the
> orchestration on Biztalk it gets deployed. After starting the
> orchestration,
> it is not visible in the recent service instances nor in suspended or
> terminated in HAT. Hence I am not able to debug it.
>
> Can anybody help me to identify why it is not displaying in the HAT? Am i
> going wrong somewhere?
>
> Your earliest help will be most appreciated.
> --
> Thank you,
> Regards,
> Swati
| |
|
| 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:
> How do you initiate the orchestration?
> What adapter do you use to send the first message?
>
>
> "Swati" <Swati@discussions.microsoft.com> wrote in message
> news:08A63ABF-4A70-48F9-BA85-D419D0543E73@microsoft.com...
>
>
>
| |
| Greg Forsythe 2006-03-13, 7:49 am |
| 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:
>
|
|
|
|
|