| William 2005-08-02, 6:02 pm |
| Hi,
Currently, I have created an architecture where I can received various
850, 856, 301, 310, and 315 edi document using the base edi adapter.
Each of these documents are converted into a standard internal xml
format. (i.e. Internal_301.xml and so on) All of the transformation
(map) from edi to xml is applied at the port level. Internal process
require that we need the ISA and GS segments of the incoming documents.
As these are discard by the Base EDI adapter, I have written a
preprocessor (completely external to BizTalk), which extracts the ISA
and GS segments of all incoming EDI documents and stores them keyed by
the EDI filename. In the map i want to populate the rquired fields on
the internal xml documents with the stored ISA and GS segments using a
external assembly scripting functoid. Is it possible to access the
received filename in a external assembly assembly scripting functoid?
Note that this map is applied at the port level.
Hopefully, I have explained clearly what I am attempting to do.
Thanks,
William
|