| Author |
BizTalk orchestration as Web Service on remote IIS
|
|
| anetasalomonsen@hotmail.com 2006-03-01, 7:55 am |
| Is it possible to publish a BizTalk orchestration as a Web Service on a
remote IIS?
If so, how is this done/configured?
| |
|
|
| anetasalomonsen@hotmail.com 2006-03-01, 7:55 am |
| You mean that the remote IIS server must have BizTalk Server installed
as well?
| |
| anetasalomonsen@hotmail.com 2006-03-01, 7:55 am |
| How is this case traditionally solved? The point is to have the entry
point on an IIS server machine in DMZ while BizTalk server machine is
behind a firewall.
| |
| Anirudha Vengurlekar 2006-03-01, 5:51 pm |
| Hi,
As far as I know there is no way you can do that without installing BTS
server on Remote IIS server.
If take a look at code behind it is actually posting a message to ‘Message
Box database’ through BTS classes. On Remote IIS server you will not have
those BTS components/classes unless and until you install BTS server and
configure it.
But you can have proxy (custom code, aggregation pattern) web service on
remote IIS server which will call BTS orchestration exposed as web service on
BTS server (in DMZ zone). Little bit performance hit, but more secure.
Hope this will help you.
Please let me know if you need any more info.
"anetasalomonsen@hotmail.com" wrote:
> Is it possible to publish a BizTalk orchestration as a Web Service on a
> remote IIS?
> If so, how is this done/configured?
>
>
|
|
|
|