|
Home > Archive > BizTalk Server General > June 2005 > xml Into batch
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]
|
|
| JoelGBrown24 2005-06-27, 8:47 pm |
| Hello Everyone,
We are currently receiveing xCBL Invoices and appending them into one
file that is processed in a batch mode every hour. Can someone suggest
how we can envelope a file of XML messages? Custom Pipeline component
is how I was currently thinking about doing it. This way I would just
wrap the entire group of XML messages with some batch xml tags and treat
the entire xml file as on big message. Any other ideas? comments or
concerns? Is their a easier way?
Thank you,
Joel G. Brown
ABB Inc.
| |
| Stephen W. Thomas 2005-06-28, 2:52 am |
| Hello.
Allen Smith has some good examples on his blog here:
http://geekswithblogs.com/asmith
It all depends on the volume of orders you could receive in a single
interval. If is it is small, I would use a Sequential Convoy that collects
the messages inside the Orchestration. As the volume gets larger, this
becomes a poor solution and you will need to find someplace to store your
messages – like a database.
Stephen W. Thomas
http://www.biztalkgurus.com
"JoelGBrown24" wrote:
> Hello Everyone,
> We are currently receiveing xCBL Invoices and appending them into one
> file that is processed in a batch mode every hour. Can someone suggest
> how we can envelope a file of XML messages? Custom Pipeline component
> is how I was currently thinking about doing it. This way I would just
> wrap the entire group of XML messages with some batch xml tags and treat
> the entire xml file as on big message. Any other ideas? comments or
> concerns? Is their a easier way?
>
> Thank you,
> Joel G. Brown
> ABB Inc.
>
| |
| JoelGBrown24 2005-06-28, 7:49 am |
| Stephen W. Thomas wrote:
> Hello.
>
> Allen Smith has some good examples on his blog here:
> http://geekswithblogs.com/asmith
>
> It all depends on the volume of orders you could receive in a single
> interval. If is it is small, I would use a Sequential Convoy that collects
> the messages inside the Orchestration. As the volume gets larger, this
> becomes a poor solution and you will need to find someplace to store your
> messages – like a database.
Thank you very much!!!
>
> Stephen W. Thomas
> http://www.biztalkgurus.com
>
>
> "JoelGBrown24" wrote:
>
>
[vbcol=seagreen]
| |
| JoelGBrown24 2005-06-28, 7:49 am |
| Stephen W. Thomas wrote:
[vbcol=seagreen]
> Hello.
>
> Allen Smith has some good examples on his blog here:
> http://geekswithblogs.com/asmith
>
> It all depends on the volume of orders you could receive in a single
> interval. If is it is small, I would use a Sequential Convoy that collects
> the messages inside the Orchestration. As the volume gets larger, this
> becomes a poor solution and you will need to find someplace to store your
> messages – like a database.
>
> Stephen W. Thomas
> http://www.biztalkgurus.com
>
>
> "JoelGBrown24" wrote:
>
>
Thank you very much!!
|
|
|
|
|