10-16-04 02:09 AM
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
> [url]http://support.microsoft.com/default.aspx?scid=/servicedesks/msdn/nospam.asp[/ur
l]
> &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
> |
> |
> |
>
[ Post a follow-up to this message ]
|