Hi,
I am writing a web app based on Biztalk HWS.
I have created a simple action a user can activate from a web form. After the activation, my action have to send a specific task to another user. Now, the only kind of example I found uses email to send a task.
Is it possible to send a task message using SQL Adapter?
My idea is to create a task, send it across the SQL Adapter and store it into a custom db where I can retrieve its informations with my web application. I had this idea because of the fact that I cannot find another way to send a task which can be examinated by a user from a web application.
Please, can you help me?
Thank you in advance,
Emiliano.