|
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__
| |
| Matt Milner 2006-04-27, 7:25 am |
| Publish your schema or orchestration, more likely, as a web service. Then
you can add a web reference in your windows application and call the web
service like any other.
Matt
"Jay Kinker" <JayKinker@discussions.microsoft.com> wrote in message
news:5DDD4E96-39BD-4CD3-B12E-BE12B77EB470@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 |
| Hi Matt,
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__
"Matt Milner" wrote:
> Publish your schema or orchestration, more likely, as a web service. Then
> you can add a web reference in your windows application and call the web
> service like any other.
>
> Matt
>
> "Jay Kinker" <JayKinker@discussions.microsoft.com> wrote in message
> news:5DDD4E96-39BD-4CD3-B12E-BE12B77EB470@microsoft.com...
>
>
>
|
|
|
|
|