| Andrew McNerlin 2004-12-09, 7:46 am |
| How do you intend the data to get from the asp page to biztalk?
. Create a text file for a file receive function?
. Create an MSMQ message?
. Send an HTTP post to an HTTP receive function?
Since HTTP is synchronous this seems like the transport which meets your
requirements. I don't have a sample to easily pass on, but here is a
description of the scenario:
The ASP page creates an XML document from the form data and HTTP posts
the XML to biztalkhttpreceive.dll (this dll ships with biztalk server).
An HTTP receive function is set up in the BizTalk Administrator which is
configured to listen to the receive dll. You can point this receive
function at a channel you have created.
The port/channel will accept this document and execute a custom AIC to
implement your business logic. The AIC returns the success failure
message which is then received by your asp page.
Hope this helps.
Andrew McNerlin
Internet Solutions (Ireland)
http://www.isoli.co.uk
-----Original Message-----
From: PR [mailto:PR@discussions.microsoft.com]
Posted At: 10 November 2004 10:35
Posted To: microsoft.public.biztalk.framework
Conversation: Biztalk server 2002 Samples
Subject: Biztalk server 2002 Samples
Hi folks,
I am looking for a Biztalk 2002 example which does the following:-
- Takes info entered on an asp page
- Submits it to Biztalk
- Using some business process; updates a database
- Returns success or failure info to the asp page
Thanks in advance
-PR
|