This sample illustrates how to create an application that sends input to and receives output from your Synapta Services Builder for IMS task, using XML described by the metadata in your Task Builder-generated task file. The sample application and the files used to create and deploy it are all installed on your computer when you install a Synapta Services Builder for IMS component.
This sample consists of several different files with different purposes. The purposes of each file are explained in the sections after the list below. The files below can be found in the following location:
install_directory/Attachmate/EAI/IMSClient/samples/COM/
For this kind of application, the task interface object is saved by Task Builder in the task definition phase, no generation or publishing is needed. For this sample, the task file is myTaskFile.xml.
This sample application uses the definition of task IVTNO defined in the task file, and passes input XML (provided in the run.bat file) through the IConnectorAccess API to access the runtime server. The header files are used at compile time to define the interface.
See the comments in the IMSCOMClient.cpp file for more information. You'll need to edit the user ID and password in the run.bat file to get the task to run.
![]() |
|
![]() |
Using Native Win32 Technologies |
![]() |
COM Interface API Reference |
![]() |
Javadocs for Attachmate Interfaces |
![]() |