BizTalk Server Applications Integration - How to make asynchronous invocations inside an orchestration...

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Applications Integration > February 2005 > How to make asynchronous invocations inside an orchestration...





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 How to make asynchronous invocations inside an orchestration...
Aniello

2005-02-03, 7:50 am


Dear all,
I want to make an orchestration where I implement asynchronous invocations
on web service methods added as web reference inside the orchestration
(using SOAP Adapter). Is this possible? In the case of affirmative response
can you indicate me some tutorial or some example that show me how to make
this?
Thanks in advance for your help,
Aniello.


Bill Chesnut [BizTalk MVP]

2005-02-03, 7:50 am

Aniello,

I don't know of a tutorial or sample, but I will have a better look.

For now I would have a look at the parallel actions shape, make your web
services call in one branch and do your other work in the other branch or
branches.

Bill

"Aniello" <aniello> wrote in message
news:eIQtmvdCFHA.1396@TK2MSFTNGP14.phx.gbl...

Dear all,
I want to make an orchestration where I implement asynchronous invocations
on web service methods added as web reference inside the orchestration
(using SOAP Adapter). Is this possible? In the case of affirmative response
can you indicate me some tutorial or some example that show me how to make
this?
Thanks in advance for your help,
Aniello.



Jon Flanders[DevelopMentor]

2005-02-05, 5:48 pm

The parrellel action shape doesn't actually spawn multiple threads. *If*
there are receives on multiple branchs of a parrellel shape, each branch
(each of which turns into a separate segment) might be called by different
threads.

Otherwise (if there is just code in both branches) - the SegmentScheduler
schedules those segments one after another.

To go back to the original question - AFAIK there is no way to do this
unless you want to have a .NET method do the work.

--
Jon Flanders [DevelopMentor]
http://staff.develop.com/jfland/
http://www.develop.com/courses/biztalk
"Bill Chesnut [BizTalk MVP]" <biztalkbill@gmail.com> wrote in message
news:O8siNKfCFHA.3740@TK2MSFTNGP09.phx.gbl...
> Aniello,
>
> I don't know of a tutorial or sample, but I will have a better look.
>
> For now I would have a look at the parallel actions shape, make your web
> services call in one branch and do your other work in the other branch or
> branches.
>
> Bill
>
> "Aniello" <aniello> wrote in message
> news:eIQtmvdCFHA.1396@TK2MSFTNGP14.phx.gbl...
>
> Dear all,
> I want to make an orchestration where I implement asynchronous invocations
> on web service methods added as web reference inside the orchestration
> (using SOAP Adapter). Is this possible? In the case of affirmative
> response
> can you indicate me some tutorial or some example that show me how to make
> this?
> Thanks in advance for your help,
> Aniello.
>
>
>



Mahesh

2005-02-15, 2:47 am

This can be done by creating a async orchestraton. You need to create two
orchestrations the first orchestrations will be the one which receives the
incoming message and then passing these message to the async orchestration.
Its quite a complex process wherein you have to have some good knowledge of
Direct Ports, orchestration parameters ... a good starting point would be the
Start Orchestration artefact in the orchestration designer. Hope this is of
some help ;-)

Mahesh

"Aniello" wrote:

>
> Dear all,
> I want to make an orchestration where I implement asynchronous invocations
> on web service methods added as web reference inside the orchestration
> (using SOAP Adapter). Is this possible? In the case of affirmative response
> can you indicate me some tutorial or some example that show me how to make
> this?
> Thanks in advance for your help,
> Aniello.
>
>
>

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com