|
Home > Archive > BizTalk Server > May 2006 > Calling BTS resource from .Net Application
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 |
Calling BTS resource from .Net Application
|
|
| Jay Kinker 2006-05-01, 2:15 pm |
| Hi,
I need to integrate .Net application with BizTalk.
At BizTalk end i have a "Receive Port" of type "Request-Response". Can
anyone tell me how to post / submit an XML request to this existing "Receive
Port" from a .Net Application. I want to do this syncronously.
Can anyone suggest me an approch?
Regards,
Jay Kinker__
| |
| Greg Forsythe 2006-05-01, 7:14 pm |
| Use a web service. You can publish the orchestration or schema as a web
service using the Web Service Publishing wizard.
Or
Use the submit direct example from the SDK
Greg
"Jay Kinker" <JayKinker@discussions.microsoft.com> wrote in message
news:BF739507-7694-4073-947E-890DD4276614@microsoft.com...
> Hi,
>
> I need to integrate .Net application with BizTalk.
>
> At BizTalk end i have a "Receive Port" of type "Request-Response". Can
> anyone tell me how to post / submit an XML request to this existing
> "Receive
> Port" from a .Net Application. I want to do this syncronously.
>
> Can anyone suggest me an approch?
>
> Regards,
>
> Jay Kinker__
>
| |
| Jay Kinker 2006-05-02, 7:17 am |
| Hi Greg,
Thanks for replying.
Can you suggest me the fastest way to interact with BTS from a .Net
Application? I need to interact syncronously.
I guess using the Submit direct example will require BizTalk and the .Net
appllication on the same machine. In my case both will be on different
machines.
Regards,
Jay Kinker__
"Greg Forsythe" wrote:
> Use a web service. You can publish the orchestration or schema as a web
> service using the Web Service Publishing wizard.
> Or
> Use the submit direct example from the SDK
>
> Greg
>
> "Jay Kinker" <JayKinker@discussions.microsoft.com> wrote in message
> news:BF739507-7694-4073-947E-890DD4276614@microsoft.com...
>
>
>
|
|
|
|
|