|
Home > Archive > BizTalk Server General > March 2004 > Web Forms
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]
|
|
| LANE CAMPBELL 2004-03-23, 1:40 pm |
| I need to create a web based application using Biztalk. The process will be initiated by the submission of a web-based ASPX form. Where should I start? What samples would be good to give me an idea of how to do this? Do I need to turn the form data into XML or can I store it in a SQL database and retrieve this data from a Biztalk orchestration (I would prefer the later)?
Any help would be greatly appreciated!
--
LANE
| |
| Basil Cheng 2004-03-23, 3:56 pm |
| Hi Lane
If you are working with Biztalk 2002, the sdk sample located in
C:\Program Files\Microsoft BizTalk Server\SDK\Messaging Samples/HTTP
receive function
For Biztalk 2004, there is another sdk sample c:\program files\microsoft
Biztalk server 2004\sdk\samples\adapters\httprequestres
ponse
might give you an idea on one way to do it.
Thanks
Basil Cheng
Microsoft Biztalk Developer Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
| |
| Tomas Restrepo \(MVP\) 2004-03-23, 7:39 pm |
| Lane,
<<
I need to create a web based application using Biztalk. The process will be
initiated by the submission of a web-based ASPX form. Where should I start?[color=darkred]
There are several ways. You could put a file somewhere biztalk finds, you
could send a message via MSMQ to it, you could directly start an
orchestration, etc.
<<
What samples would be good to give me an idea of how to do this? Do I need
to turn the form data into XML or can I store it in a SQL database and
retrieve this data from a Biztalk orchestration (I would prefer the later)?[color=darkred]
That would certainly be possible using the SQL Adapter.
--
Tomas Restrepo
tomasr@mvps.org
|
|
|
|
|