|
Home > Archive > BizTalk Server General > February 2004 > Can BizTalk integrate into a supply chain solution?
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 |
Can BizTalk integrate into a supply chain solution?
|
|
|
| Hello,
Can BizTalk be integrated into a supply chain solution?
More specifically most of our vendors and businesses that
we communicate with use EDI. However there are a few
that do not use EDI.
1. For the business that does not use EDI, can they send
us a standard formatted file that we define that is in
XML or a flat file, and map those properties to a
properly formatted EDI document such as an 850?
Thanks in advance!
| |
| R.Balaji 2004-02-19, 4:35 pm |
| Yes, You can.
We have implemented a BizTalk EDI solution where our customer want to
talk with the EDI systems of his partners.
EDI messages we dealt with are 810,850,867,846,855.
All of his enterprise data will be in flat file.
We convert into XML and send as a EDI message when he wants to send the
information to his partners.
When his parters send him EDI messages, we'll convert them back as flat
files and update his system.
With biztalk, he could implement a EDI solution with minimal cost.
Regards,
R.Balaji
"Ryan" <ryanehobbs@hotmail.com> wrote in message
news:1323201c3f737$8e38e0a0$a001280a@phx
.gbl...
> Hello,
>
> Can BizTalk be integrated into a supply chain solution?
> More specifically most of our vendors and businesses that
> we communicate with use EDI. However there are a few
> that do not use EDI.
>
> 1. For the business that does not use EDI, can they send
> us a standard formatted file that we define that is in
> XML or a flat file, and map those properties to a
> properly formatted EDI document such as an 850?
>
> Thanks in advance!
>
>
| |
| Nick Malik 2004-02-20, 2:37 am |
| Just to add to Mr. Balaji's excellent answer,
If the sender does not send enough information to properly create an 850
document, you will need to come up with a way to handle that... assuming you
want the output to be an EDI 850...
I just finished my third Biztalk project, and in each case, we did NOT
covert from flat file to EDI on the inbound channels. We only converted
from flat files to EDI on the outbound channels.
In other words, the internal format was flat files. Some folks wanted to
send EDI, others wanted to send flat files.
We created one mapping from EDI to the internal flat file format,
and another mapping from the inbound flat file to the internal flat file
format,
The reverse on the way out... for specific trading partners, the output was
either flat or EDI, depending on the trading partner.
Biztalk is DESIGNED to do these things.
Hope this helps,
--- Nick
"Ryan" <ryanehobbs@hotmail.com> wrote in message
news:1323201c3f737$8e38e0a0$a001280a@phx
.gbl...
> Hello,
>
> Can BizTalk be integrated into a supply chain solution?
> More specifically most of our vendors and businesses that
> we communicate with use EDI. However there are a few
> that do not use EDI.
>
> 1. For the business that does not use EDI, can they send
> us a standard formatted file that we define that is in
> XML or a flat file, and map those properties to a
> properly formatted EDI document such as an 850?
>
> Thanks in advance!
>
>
|
|
|
|
|