|
Home > Archive > BizTalk Server Framework > September 2004 > Reusing existing transport type within a custome adaptor
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 |
Reusing existing transport type within a custome adaptor
|
|
| Pierre De Less 2004-09-10, 5:51 pm |
| Is is possible to programmatically referee and utilize BTS transport
types (FILE, HTTP....) in my own custom adapter? basically I want to
"upgrade" certain transport attributes and i want to reuse them, instead
of writing my own protocol code (like in the SDK examples...)
thanks,
Pierre
| |
| Cristian Salvan [MSFT] 2004-09-23, 5:51 pm |
| All adapters (including the one that ship with BizTalk) can be used via the
common adapter interfaces. So, you could create your own adapter, then call
existing transports via their exposed public interfaces. Of course, your
code will need to have enough information about the properties specific to
the adapter you want to extend.
Does this answer your question?
HTH,
Cristi
--------------------
Date: Fri, 10 Sep 2004 06:59:55 -0700
From: Pierre De Less <pdl@x12.nbc.com>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2)
Gecko/20040803
X-Accept-Language: en-us, en, he
MIME-Version: 1.0
Subject: Reusing existing transport type within a custome adaptor
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit
Message-ID: <OROQ#80lEHA.3872@TK2MSFTNGP09.phx.gbl>
Newsgroups: microsoft.public.biztalk.framework
NNTP-Posting-Host: cbl217-132-116-200.bb.netvision.net.il 217.132.116.200
Lines: 1
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP09
.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.framework:3136
X-Tomcat-NG: microsoft.public.biztalk.framework
Is is possible to programmatically referee and utilize BTS transport
types (FILE, HTTP....) in my own custom adapter? basically I want to
"upgrade" certain transport attributes and i want to reuse them, instead
of writing my own protocol code (like in the SDK examples...)
thanks,
Pierre
|
|
|
|
|