|
Home > Archive > BizTalk Server Applications Integration > January 2006 > Communication between ASP and BizTalk
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 |
Communication between ASP and BizTalk
|
|
|
| I have an existing web app done in ASP (NOT ASP.NET). I need it to be able
to call a BizTalk orchestration, wait for results, and then notify the user
as to whether the operation was successful or not.
My understanding is that we are not using IIS, so I'm not sure how to get
our web app to wait around for the BizTalk response. I see in ASP.NET there
is the XMLHTTP object, but where I'm not using ASP.NET, is there some
equivalent object? Or some other way to achieve what I need?
Thanks very much!
| |
| Andy Mater 2006-01-04, 8:48 pm |
| In ASP you have a ServerXMLHTTP object.
"QT" <QT@discussions.microsoft.com> wrote in message
news:175154B1-EAFE-4BB0-B91C-5A6CBD76ACDA@microsoft.com...
> I have an existing web app done in ASP (NOT ASP.NET). I need it to be
able
> to call a BizTalk orchestration, wait for results, and then notify the
user
> as to whether the operation was successful or not.
>
> My understanding is that we are not using IIS, so I'm not sure how to get
> our web app to wait around for the BizTalk response. I see in ASP.NET
there
> is the XMLHTTP object, but where I'm not using ASP.NET, is there some
> equivalent object? Or some other way to achieve what I need?
>
> Thanks very much!
>
| |
|
| Sorry--I should have worded this differently. The Web App cannot "call" the
orchestration directly--it will probably create an output file and cause an
orchestration to run by dropping the file somewhere. So then I need a method
by which the Web App can tell when that orchestration has processed the file
and has completed successfully.
--
Thanks!
QT
"QT" wrote:
> I have an existing web app done in ASP (NOT ASP.NET). I need it to be able
> to call a BizTalk orchestration, wait for results, and then notify the user
> as to whether the operation was successful or not.
>
> My understanding is that we are not using IIS, so I'm not sure how to get
> our web app to wait around for the BizTalk response. I see in ASP.NET there
> is the XMLHTTP object, but where I'm not using ASP.NET, is there some
> equivalent object? Or some other way to achieve what I need?
>
> Thanks very much!
>
|
|
|
|
|