Re: splitting message without envelop
- From: "Scott Colestock" <scolestock@xxxxxxxxxxxxxxxx>
- Date: Wed, 11 Jan 2006 09:43:50 -0600
What is your goal in splitting the file into smaller chunks?
You might consider doing the splitting in an orchestration (see
http://www.biztalkgurus.com/Labs/Message-Debatching-Xpath-Envelope.html)
and delegating the work further from there, if you need the config driven
approach you describe.
Scott Colestock
www.traceofthought.net
<siddharthkhare@xxxxxxxxxxx> wrote in message
news:1136912375.905782.238140@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> Hi All,
> <Customers>
>
> <Customer ID=1 name='CustomerA' ></Customer>
> <Customer ID=2 name='CustomerB' ></Customer>
>
> <Customer ID=3 name='Customerc' ></Customer>
>
> <Customer ID=4 name='Customerd' ></Customer>
>
> </Customers>
>
>
>
> now this could be a big file so i want to be able to split it into
> smaller xml chunks.
>
>
> Now if i use envelop to do this i think i am pretty much stuck with
> doing one customer node at a time.
>
> In other words there will be one orchestration instantiated for each
> singular customer item but what I want to do instead is
> make it config driven ...and lets say this parameter is set to 2 then
> there should be one orchestartion instantiated for every two customer
> records.
>
>
> I don't think envelop will let you do that .I will have to write some
> custom components in one of the pipline stages.
>
> I was wondering if I am on right track and if some one could give me
> more details on what components I have write and which method i have to
> do all this processing ..i.e splitting this message into smaller chunks
> based on what is configured in config file.
>
> Thanks
> Sidd
>
.
- References:
- splitting message without envelop
- From: siddharthkhare
- splitting message without envelop
- Prev by Date: Re: Transactions in a Batch
- Next by Date: Re: splitting message without envelop
- Previous by thread: splitting message without envelop
- Next by thread: Re: splitting message without envelop
- Index(es):
Relevant Pages
|