Invoke the application
The next step in the solution is to create the application to submit messages to the BizTalk Server. There are two ways to submit messages: Service Bus Explorer or this Client Application. If you use Service Bus Explorer to submit messages, skip this section and go to Test the Solution.
This section lists the steps to create the Client Application:
Create the Client Application: Submits messages to the BizTalk Server application.
Create the Response Handler Service: A WCF service used by the Client Application to retrieve and log response messages from the responsequeue and ItalyMilan subscription of the responsetopic.
Next
See Also
Concepts
Environment Setup
Create the WCF Contracts
Create the Endpoint Behaviors
Install and Configure Components
Create the BizTalk artifacts
Invoke the application
Test the Solution
Solution Conclusion