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=3900136528Currently 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.
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.