BizTalk Server Orchestration - Many records in a file to single web service calls

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > October 2004 > Many records in a file to single web service calls





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 Many records in a file to single web service calls
Andrew

2004-10-08, 5:48 pm

Hi there,

Can anyone point me to a sample where BizTalk sucks in a file with many
records and subsequently makes a single web service call to a send port for
each record?

Thanks,
Andrew


Shaheer Abubucker

2004-10-15, 9:09 pm

Andrew,

I don't have a sample, but here are two options:

1. Use an envelope to split the incoming file in the receive pipeline so
you have separate messages per record. This is the easier of the two
solutions but will not maintain order among all the records in the incoming
file or even among records from multiple incoming files.

Here's a link that explains how to split an incoming XML message using an
envelope: http://weblogs.asp.net/jan/archive/...3/07/85259.aspx

2. If you must maintain order with the calls to the web service among all
the records in the incoming file, then you can use a while loop in
orchestration and parse the message yourself and construct separate
messages going to a SOAP send.

Thanks,
Shaheer Abubucker
Microsoft Biztalk Server Team
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn


--------------------
| From: "Andrew" <andrew@nospam.com>
| Subject: Many records in a file to single web service calls
| Date: Fri, 8 Oct 2004 16:44:31 -0600
|
| Hi there,
|
| Can anyone point me to a sample where BizTalk sucks in a file with many
| records and subsequently makes a single web service call to a send port
for
| each record?
|
| Thanks,
| Andrew
|
|
|

Andrew

2004-10-15, 9:09 pm

This is great, thank you.

Andrew

"Shaheer Abubucker" <shaheera@online.microsoft.com> wrote in message
news:iCFpYN6rEHA.752@cpmsftngxa06.phx.gbl...
> Andrew,
>
> I don't have a sample, but here are two options:
>
> 1. Use an envelope to split the incoming file in the receive pipeline so
> you have separate messages per record. This is the easier of the two
> solutions but will not maintain order among all the records in the
> incoming
> file or even among records from multiple incoming files.
>
> Here's a link that explains how to split an incoming XML message using an
> envelope: http://weblogs.asp.net/jan/archive/...3/07/85259.aspx
>
> 2. If you must maintain order with the calls to the web service among all
> the records in the incoming file, then you can use a while loop in
> orchestration and parse the message yourself and construct separate
> messages going to a SOAP send.
>
> Thanks,
> Shaheer Abubucker
> Microsoft Biztalk Server Team
> This posting is provided "AS IS" with no warranties,and confers no rights.
> Subscribe at
> http://support.microsoft.com/defaul...msdn/nospam.asp
> &SD=msdn
>
>
> --------------------
> | From: "Andrew" <andrew@nospam.com>
> | Subject: Many records in a file to single web service calls
> | Date: Fri, 8 Oct 2004 16:44:31 -0600
> |
> | Hi there,
> |
> | Can anyone point me to a sample where BizTalk sucks in a file with many
> | records and subsequently makes a single web service call to a send port
> for
> | each record?
> |
> | Thanks,
> | Andrew
> |
> |
> |
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com