BizTalk Gurus

Calling ASP page from Biztalk Orchestration

rated by 0 users
Not Answered This post has 0 verified answers | 1 Reply | 2 Followers

Top 500 Contributor
3 Posts
vadiaa posted on Thu, Jul 2 2009 7:39 AM

Hi,

I'm new to Biztalk and I've been struggling to call an ASP page from my orchestration.

I basically just want to call an ASP page with a link which looks something like this:
http://eoffice/DocFlow/form_add.asp?sub_continue=1&extUser=1&frmid=1&CustomerID=1&POReference=3900136528

Currently I'm getting data from a SQL port and then building up the QueryString during the Orchestration. This all works fine. It's just launching the above link which has me completely lost.

Any help and direction would be highly appreciated.

All Replies

Top 75 Contributor
29 Posts

The http adapter should allow you to do this.  I believe that you would need your send port in the orchestration to be dynamic so that you could tell it to use the HTTP adapter and then set it's URI property to your string from above. 

Do a search on Dynamic Sendports and you should get some information on it.

Page 1 of 1 (2 items) | RSS