How to make asynchronous invocations inside an orchestration...
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > BizTalk Server > BizTalk Server Applications Integration > How to make asynchronous invocations inside an orchestration...




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    How to make asynchronous invocations inside an orchestration...  
Aniello


Report This Message To A Moderator Edit/Delete Message


 
02-03-05 12:50 PM


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.







[ Post a follow-up to this message ]



    Re: How to make asynchronous invocations inside an orchestration...  
Bill Chesnut [BizTalk MVP]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-03-05 12:50 PM

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.








[ Post a follow-up to this message ]



    Re: How to make asynchronous invocations inside an orchestration...  
Jon Flanders[DevelopMentor]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-05-05 10: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.
>
>
>







[ Post a follow-up to this message ]



    RE: How to make asynchronous invocations inside an orchestration...  
Mahesh


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
02-15-05 07: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 th
e
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 respons
e
> can you indicate me some tutorial or some example that show me how to make
> this?
> Thanks in advance for your help,
> Aniello.
>
>
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:08 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register