|
Home > Archive > BizTalk Server Applications Integration > June 2004 > send apapter
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]
|
|
| Venkat 2004-06-20, 11:09 pm |
| Hi, any one has written asynchronous-send adapter.
If so please reply me with the procedures.
Thanks,
Venkat.
| |
| Gilles [MSFT] 2004-06-26, 10:53 am |
| Hello Venkat,
>Hi, any one has written asynchronous-send adapter.
>If so please reply me with the procedures.
You can start by reading: http://msdn.microsoft.com/library/e....asp?frame=true
It is about sync adapters, but there are some things that are common to synchronous and asynchronous adapters so this
page is a good reading. For the Async one, in addition to the first document, you can read:
http://msdn.microsoft.com/library/e....asp?frame=true
The SDK has many examples of adapters. You can for instance inspire yourself from the HttpAdpater (send part)
located in <Biztalk install dir>SDK\Samples\Adapters\HttpAdapter
If you have specific questions, feel free to post them here.
Thanks.
-Gilles.
|
|
|
|
|