Need to use the ISA and GS values in the Map

Hi,

I need to have a lookup done based on some value in the GS segment , so i need to get them in the map , i am trying to use a multipart message in which i have a separate scheme for ISA and GS segment, Is there any other way to get them in the map.

[306 byte] By [ranuti] at [2008-1-7]
# 1
You can get the values from ISA and GS segments from the promoted properties. Several values are promoted to the named properties. Others we have to extract from the properties which include all segment as a string.
Regards,
Leonid Ganeline
http://geekswithblogs.net/leonidganeline/
LeonidGaneline-MVP at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 2

The following ISA and GS values are promoted individually.

ISA05, ISA06, ISA07, ISA08 and ISA15

GS01, GS02, GS03 and GS08

Furthermore, the whole ISA and GS segment are written to the context as a string.

Hope this helps

Mohsin

MohsinKalam–MSFT at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...
# 3

Could these properties then be referenced in a scripting functoid in the map?

$cott at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk EDI and AS2...