Challenging R2 Scenario!!
Hi All, I have a robut Enterprise Level BTS 2002 Enviornment. I need to accomplish same thing in R2, please guide...
The place i am stuck is in converting the following code...
TIA
submissionID=interchange.Submit(
BIZTALK_OPENNESS_TYPE.BIZTALK_OPENNESS_TYPE_NOTOPEN, // Openess
m_doc, // Document
m_docName, // DocName
null, // Source Qualifier
null, // SourceID (value of the Qualifier)
null, // DestQualifier
null, // DestID
m_chnName, // ChannelName
m_filePath, // FilePath
m_inbdEnvelope, // EnvelopeName
m_nPassThrough // Pass Through
);
[608 byte] By [
vai2000] at [2008-1-7]
Frankly I have not an idea what is going on inside 2002.
Do you want to pass the EDI document to the BizTalk?
In this case you can use the EDI subsystem.
In two words: receive the message by any adapter;
use EDI pipeline to transfer EDI --> XML (before this tune up the EDI by Parties).
EDI doc is in the BizTalk, start use it.
To get the idea use SDK samples.
Regards,
Leonid Ganeline