I point out that I'm completely a newbie about Biztalk.
I have a C# application (.NET 1.1) with a simple webform. When the user submits this form, I should perform the following:
- the webform invokes Biztalk2002 with the value/s of one or more texfield/s
- Biztalk checks if the value of the field passed is correct
- Biztalk returns a message to the web application depending on the correctness of the value.
I know that Biztalk isn't build to make the validation of a form, but this is what I've been asked to do :)
Since I've only heard mentioning Biztalk but I've never opened it, could someone explain me what is necessary to build in Biztalk and which is the best way to send/receive a value from/to a .NET application?