|
Home > Archive > BizTalk Server Orchestration > April 2006 > Integrating .Net Windows appllication with BizTalk
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 .Net Windows appllication with BizTalk
|
|
| Jay Kinker 2006-04-27, 7:25 am |
| Hi,
Can anyone help me in integrating .Net Windows appllication with BizTalk
Application?
From a .Net Windows Application, how can i give input (XML) and get back the
response (XML) from a BizTalk Application in syncronous way.
Regards,
Jay Kinker__
| |
| Greg Forsythe 2006-04-27, 7:25 am |
| Use a web service.
You can create a synchronous web service in Biztalk. Although there are some
potential latency issues. There is a whitepaper/article about improving the
performance/latency of synchronous request response ports, can't remember
where I saw it
Greg
"Jay Kinker" <JayKinker@discussions.microsoft.com> wrote in message
news:0A86011C-EA31-4178-8F10-5DC2FF4739FC@microsoft.com...
> Hi,
>
> Can anyone help me in integrating .Net Windows appllication with BizTalk
> Application?
>
> From a .Net Windows Application, how can i give input (XML) and get back
> the
> response (XML) from a BizTalk Application in syncronous way.
>
>
> Regards,
>
> Jay Kinker__
| |
| Jay Kinker 2006-04-27, 7:25 am |
| Thanks for your reply.
Web service will be a bit slower that is why i am looking for some other
ways of submiting messages to BTS. I just came across "SubmitDirect" sample
that came as a part of SDK. I found it helpful if you want to interact
directly with web / win applications.
Regards,
Jay Kinker__
"Greg Forsythe" wrote:
> Use a web service.
> You can create a synchronous web service in Biztalk. Although there are some
> potential latency issues. There is a whitepaper/article about improving the
> performance/latency of synchronous request response ports, can't remember
> where I saw it
>
> Greg
>
> "Jay Kinker" <JayKinker@discussions.microsoft.com> wrote in message
> news:0A86011C-EA31-4178-8F10-5DC2FF4739FC@microsoft.com...
>
>
>
|
|
|
|
|