RE: Manual Invokation of orchestration from remote machine.
From: Vish (Vish_at_discussions.microsoft.com)
Date: 11/09/04
- Next message: Nicolae Daian [MSFT]: "RE: Viewing HAT from other server"
- Previous message: SP: "How do you do Message Tracking programmatical (without using HAT)"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 9 Nov 2004 11:19:05 -0800
Hi,
I have a question regarding the orchestration as a webservice. I tried
exposing the orchestration as web services and used the webservice publishing
wizard. The wizard created the webservice which is in turn calling the
orchestration. This webservice is referred as server proxy so i guess we will
need a client proxy to call this webservice which in turn calls the
orchestration. Now since the orchestration can directly consume a SOAP
message why should we add extra layer of proxies for the same process ? Is it
not advantageous to make a http or a soap call to the orchestration on the
biztalk server directly ? The only concern is security but we can use SSL or
multi header SOAP message. Let me know. Thanks!
"Ashish Shukla" wrote:
> Hi Gilles
>
> Thanks for the help.
>
> Thanks and Regards
> Ashish Shukla
>
>
>
> "Gilles [MSFT]" wrote:
>
> > Hello,
> >
> > [...]
> >
> > >I tried what you had suggested. I have a orchestration with a port using
> > >http adapter and I send xml document to that url and everything is fine. I
> > >have another question. We need to use BTSHTTPReceive.dll. Do we need to have
> > >the virtual directory with the above mentioned dll on the same machine where
> > >biztalk is installed or this dll can be put on any web server. If yes please
> > >direct me to the documentation.
> >
> > BTSHttpReceive.dll is the piece that allows BizTalk to receive messages from HTTP. IN other words, it listens to
> > incoming HTTP connections and figures out which message should be sent to which port.
> >
> > Internally, BTSHttpReceive needs to submit a message to BizTalk and its uses a mecanism that is similar to the
> > "submitdirect" example you first investigated. It sounds like you have only one BizTalk machine so in this case, yes,
> > BTSHttpReceive has to be on the same machine as BizTalk.
> >
> > Thanks,
> > -Gilles.
> >
> >
- Next message: Nicolae Daian [MSFT]: "RE: Viewing HAT from other server"
- Previous message: SP: "How do you do Message Tracking programmatical (without using HAT)"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|