Hi all,
I have created a BizTalk orchestration that sents a message to a wcf webservice, the webservice creates a task on sharepoint, and the orchestration receives a response (just a string "succes"). Now I also created an eventhandler in sharepoint when someone changes a task to "complete" some code can be executed. I want to be able to send a message to a biztalk orchestration when someone "completes" a task. How can I do this?
I can call the webservice from sharepoint, but how do I push the message to the biztalk orchestration? If I "consume a wcf service" in my orchestration, a send-receive port is being created, but I only want to "receive" the message from the webservice. So the webservice has to push the message to the orchestration.
Thank you