Good morning guys
We are maintaining a C# Web application.
This application sends a XML
message to BizTalk, but somehow the development team haven't produced yet a feedback message to tell our application something like:
<Response>
<Request>1</Request>
<Message>BizTalk has successfully processed your request.</Message>
<Date>2010-10-20</Date>
</Response>
The question is, can BizTalk send to our C# web application a XML response?
Which approach can I use? Create a listener to wait the response, consume a webservice to know the response or another thing?
Thank you