|
Home > Archive > BizTalk Server Applications Integration > July 2004 > Integrating Applications That Require a Persistent Client Connecti
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 |
Integrating Applications That Require a Persistent Client Connecti
|
|
| Carlo Garcia 2004-07-11, 5:48 pm |
| Hi
I recently read this document by Michael Royster and Adam Zilinskas on "Integrating Applications That Require a Persistent Client Connection".
In there they basically cover that if you need to pesistent connection to a remote system, they suggest you have a AIC COM+ component that contains the connection.
In BizTalk 2004, has any of this changed, do AIC's still exist or has this moddel changed? ... can one create a biztalk adapter that can handle persistent TCP/IP connections?
I need to create an integration application/adapter that receives messages over persistent TCP/IP connection. Which would be the best way to approach this?
Thanks ahead!
Carlo Garcia
| |
| John Plummer [MSFT] 2004-07-12, 7:48 am |
| Hi Carlo
In BTS2004 the concept of Adapter's still exisit but not as AIC's. I would
recommend you install the updated help file for BTS2004 which you can get
from the downloads section of www.microsoft.com/biztalk
For your persistent TCP/IP connection question, I will point you at Scott's
recent blog entry
http://blogs.msdn.com/scottwoo/arch.../08/177770.aspx
Where he references a Socket Adapter Sample for BTS2004
rgds
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
"Carlo Garcia" <CarloGarcia@discussions.microsoft.com> wrote in message
news:F15BDEB2-E9FD-4B6D-B8E9-FFEC7D7FFEC7@microsoft.com...
Hi
I recently read this document by Michael Royster and Adam Zilinskas on
"Integrating Applications That Require a Persistent Client Connection".
In there they basically cover that if you need to pesistent connection to a
remote system, they suggest you have a AIC COM+ component that contains the
connection.
In BizTalk 2004, has any of this changed, do AIC's still exist or has this
moddel changed? ... can one create a biztalk adapter that can handle
persistent TCP/IP connections?
I need to create an integration application/adapter that receives messages
over persistent TCP/IP connection. Which would be the best way to approach
this?
Thanks ahead!
Carlo Garcia
| |
| Yossi Dahan 2004-07-22, 5:56 pm |
| AIC's no longer exist in BTS 2004, however the adapter framework allows you
to write adapters. this approach lets you maintain TCP connection's alive
for both send and receive.
"Carlo Garcia" <CarloGarcia@discussions.microsoft.com> wrote in message
news:F15BDEB2-E9FD-4B6D-B8E9-FFEC7D7FFEC7@microsoft.com...
> Hi
>
> I recently read this document by Michael Royster and Adam Zilinskas on
"Integrating Applications That Require a Persistent Client Connection".
>
> In there they basically cover that if you need to pesistent connection to
a remote system, they suggest you have a AIC COM+ component that contains
the connection.
>
> In BizTalk 2004, has any of this changed, do AIC's still exist or has this
moddel changed? ... can one create a biztalk adapter that can handle
persistent TCP/IP connections?
>
> I need to create an integration application/adapter that receives messages
over persistent TCP/IP connection. Which would be the best way to approach
this?
>
> Thanks ahead!
>
> Carlo Garcia
|
|
|
|
|