iNTERFACEWARE Products Manual > Installing and Using Iguana > Using Older Versions of Iguana > Writing a Client Executable > Using a Client Executable to Send 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 Listener to receive the message that the client executable sends. To test the client executable:
When the channel is started, it begins sending out MessageRequest events at regular intervals. (The time between events is specified in the Polling time field of the From Client Executable destination component of the channel.)
Now that your channel and the HL7 Listener 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. This starts a console that displays the output from the client executable. When the client executable is started, the following happens:
The console for the client executable displays that the message was sent successfully: The sent message is also displayed in the HL7 Listener's display window: To finish testing your channel:
Here, you can see that the test message has been successfully sent from the client executable to the channel, and then to the LLP Client.
|