iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Older Versions of Iguana > Writing a Client Executable > Using a Client Executable to Receive Messages > Testing the Client Executable |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
Now that you have created the channel and the client executable, you can test the client executable to make sure it works. To test the client executable, use the HL7 Simulator to send this test message to the channel and the client executable. To test the client executable:
Now that your channel and the HL7 Simulator are set up, you can start the client executable. The easiest way to do this is to reopen Visual Studio and, from the Debug menu, select Start Without Debugging. A console window appears, displaying the output from the client executable:
Here, you can see that the test message has been successfully sent to the channel, and from the channel to the client executable.
|